强制推送本地分支覆盖远程失败git push origin master –force报错fatal: Authentication failed for 'https://github.


当我想把本地分支强制性推到远程的master分支,执行 git push origin master --force 命令时,报错如下:
强制推送本地分支覆盖远程失败git push origin master --force报错fatal: Authentication failed for 'https://github.

解决办法:重新配置用户名和邮箱

git config --global user.name "用户名"
git config --global user.email "邮箱"

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/287868.html

(0)
上一篇 2022年9月6日
下一篇 2022年9月6日

相关推荐

发表回复

登录后才能评论