Git and solve the problem denied to xx

创建仓库

Git and solve the problem denied to xx_第1张图片

配置Git

git config user.name

git config user.email

git config

Git and solve the problem denied to xx_第2张图片

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

 MINGW64 /e/GithubCode
$ git config --global user.email "[email protected]"

生产ssh

ssh-keygen -t rsa -C “[email protected]

Git and solve the problem denied to xx_第3张图片

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

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

Git and solve the problem denied to xx_第4张图片

git remote add origin [email protected]:morcake/application-of-GAN-in-pictures.git

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

This problem:

Git and solve the problem denied to xx_第5张图片

Open this file and add " yourname@ ":

Git and solve the problem denied to xx_第6张图片

Git and solve the problem denied to xx_第7张图片

Git and solve the problem denied to xx_第8张图片

Git and solve the problem denied to xx_第9张图片

你可能感兴趣的:(github,git)