自学内容网 自学内容网

remote: You are not allowed to push code to this project.

场景: 在我的电脑上替师姐上传代码

可能账号密码与初始配置(我自己的)不同,需要更换一下才能上传到师姐的账号上:

查看原本的用户:

$ git config user.name | git config user.email

显示是我自己的,因此需要重新配置为师姐的

更换方式:重置git的认证设置

git config --system --unset credential.helper

之后就能正常传啦


原文地址:https://blog.csdn.net/qq_40671063/article/details/139324216

免责声明:本站文章内容转载自网络资源,如侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!