git push提示Permission to denied
2020-02-26 本文已影响0人
谢昆明
使用秘钥提交的时候,可能因为多个秘钥导致无法提交。
这时候可以转为账号密码提交
$ git remote set-url origin https://hoge@github.com/hoge/abc.git
$ git push origin master
Password for 'https://hoge@github.com':
打赏
如果这篇文章解决了您的问题,让我买根烟抽抽。

