Troubleshooting
输入github的账号和密码,提示 鉴权失败
s
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: 'https://github.com/xxxxxx/xxxxxx.git/' 鉴权失败
经过查找发现没有设置Personal access tokens
然后去setting里找Developer settings
在Developer settings里找access tokens
创建成功后会有个token,把它当作密码,在你重新推送你项目的时候,命令行提示你输入邮箱和密码的时候,把这个token当密码输入(复制即可)。
然后就推送完成了。
https://blog.csdn.net/qq_33320324/article/details/121893271
.错误:remote: Write access to repository not granted.
解决办法:重新在github网站上申请一个personal access token,具体申请方法可以百度,然后一定要勾选repo这个选项!!!有效期可以随意,我直接设置了永不失效。
原文链接:https://blog.csdn.net/doggege/article/details/124698914
输入github的账号和密码,提示 鉴权失败
s
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: 'https://github.com/xxxxxx/xxxxxx.git/' 鉴权失败
经过查找发现没有设置Personal access tokens
然后去setting里找Developer settings
在Developer settings里找access tokens
创建成功后会有个token,把它当作密码,在你重新推送你项目的时候,命令行提示你输入邮箱和密码的时候,把这个token当密码输入(复制即可)。
然后就推送完成了。
https://blog.csdn.net/qq_33320324/article/details/121893271
.错误:remote: Write access to repository not granted.
解决办法:重新在github网站上申请一个personal access token,具体申请方法可以百度,然后一定要勾选repo这个选项!!!有效期可以随意,我直接设置了永不失效。
原文链接:https://blog.csdn.net/doggege/article/details/124698914
0