Git and solve the problem denied to xx

创建仓库

配置Git

git config user.name

git config user.email

git config

 MINGW64 /e/GithubCode
$ git config --global user.name "name"

 MINGW64 /e/GithubCode
$ git config --global user.email "mail@xx.com"

生产ssh

ssh-keygen -t rsa -C “xxxxxx@xx.com”

在   C:\Users\xx\.ssh 下面有:

用记事本打开id_rsa.pub,得到ssh key公钥。

git remote add origin git@github.com:morcake/application-of-GAN-in-pictures.git

=========================================================================

This problem:

Open this file and add " yourname@ ":

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-05 16:14:05       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-05 16:14:05       100 阅读
  3. 在Django里面运行非项目文件

    2023-12-05 16:14:05       82 阅读
  4. Python语言-面向对象

    2023-12-05 16:14:05       91 阅读

热门阅读

  1. SpringDocConfiguration

    2023-12-05 16:14:05       50 阅读
  2. Linux CenTOS命令备忘

    2023-12-05 16:14:05       61 阅读
  3. 【android开发-12】android中ListView的详细用法介绍

    2023-12-05 16:14:05       45 阅读
  4. openssl生成ssl证书

    2023-12-05 16:14:05       56 阅读
  5. Scrum冲刺计划

    2023-12-05 16:14:05       64 阅读