使用秘钥提交的时候,可能因为多个秘钥导致无法提交。
这时候可以转为账号密码提交
$ 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 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
网友评论