Git配置-- 坑1

问题描述:

git clone https://github.com/xxx/xxx.git

输入完用户名和密码,报以下错误:

remote: Invalid username or password.

注明:用户名和密码没有输错

原因和解决方式:

https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/


Git配置-- 坑1_第1张图片

你可能感兴趣的:(Git配置-- 坑1)