执行 git push, 然后输入用户名和密码时报错,错误信息:
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/UtopiaCHN/Zen.git/'
我有开启两步验证。
执行 git push, 然后输入用户名和密码时报错,错误信息:
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/UtopiaCHN/Zen.git/'
我有开启两步验证。
1
Kirscheis Nov 25, 2015 via Android 开了两步验证的要用一个 token 授权,不能用账号密码登录。
|
3
blueset Nov 25, 2015 GitHub 网页 > account settings > personal tokens
|