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

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

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

查看原本的用户:

bash 复制代码
$ git config user.name | git config user.email

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

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

bash 复制代码
git config --system --unset credential.helper

之后就能正常传啦

相关推荐
月如琉璃9 小时前
0.gitlab ubuntu20.04 部署问题解决
gitlab
the丶only9 小时前
单点登录平台Casdoor搭建与使用,集成gitlab同步创建删除账号
linux·运维·服务器·docker·gitlab
书生-w9 小时前
Docker部署GitLab服务器
服务器·docker·gitlab
isolusion1 天前
gitlab安装
gitlab
Y编程小白1 天前
GitLab的安装和使用
gitlab
谢家小布柔1 天前
Gitlab
gitlab
catmes2 天前
使用docker compose安装gitlab
运维·docker·容器·gitlab·敏捷开发·devops
月如琉璃2 天前
2.利用docker进行gitlab服务器迁移
服务器·docker·gitlab
树懒_Zz2 天前
记录 io.springfox 3.0.0 整合 spring boot 2.6.x 由于 springfox bug 引发问题
windows·spring boot·bug
IT闫2 天前
【Git从入门到精通】——新版IDea集成Git、Idea集成Github、Gitee以及GItLab应用(看这一篇就够了)
git·gitee·gitlab·github·intellij-idea