美文网首页git
git push提示Permission to denied

git push提示Permission to denied

作者: 谢昆明 | 来源:发表于2020-02-26 09:57 被阅读0次

使用秘钥提交的时候,可能因为多个秘钥导致无法提交。
这时候可以转为账号密码提交

$ git remote set-url origin https://hoge@github.com/hoge/abc.git
$ git push origin master
Password for 'https://hoge@github.com':

打赏

如果这篇文章解决了您的问题,让我买根烟抽抽。

支付宝.jpg 微信.jpg

相关文章

网友评论

    本文标题:git push提示Permission to denied

    本文链接:https://www.haomeiwen.com/subject/noopchtx.html