Git问题

1.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

解决方法:

$ git config user.name "[username]"

$ git config user.email "[usermail]"

 

2.

remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/******/hello-world.git/'

解决方法:

No.1

 

 No.2

N0.3

在Token description中随便填一个描述名称,下面的复选框是你这个token需要的权限,全部勾上

No.4

在Token description中随便填一个描述名称,下面的复选框是你这个token需要的权限,全部勾上就可以了。

posted @ 2018-05-01 07:40  shadow3  阅读(98)  评论(0)    收藏  举报