赞
踩
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 。。。。。。
总结一下就是github从7-13号开始就不再使用账户名字进行登录了,使用token…
1、settings
2、develop settings
3、生成
4、随便写个标签
勾选repo 和 dele
5、这里的token是唯一的,记住这个token,丢了就得重新生成,每次提交代码都需要这个token。
在工程目录中:
git remote set-url origin https://token@github.com/name/project.git
token //换成你生成的token
name //你的github name
project //你的工程名称
然后git push 就成功了,这样就不用每次都写token
git clone https://token@github.com/name/project.git
token //换成你生成的token
name //你的github name
project //你的工程名称
然后git push 就成功了,这样就不用每次都写token
git push/pull的时候需要登录账号,账号为邮箱账号9
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。