侧边栏壁纸
博主头像
王小木人

这是很长,很好的一生

  • 累计撰写 141 篇文章
  • 累计创建 43 个标签
  • 累计收到 9 条评论

目 录CONTENT

文章目录
git

unable to access The requested URL returned error: 403

王小木人
2021-08-09 / 0 评论 / 0 点赞 / 1,604 阅读 / 230 字

项目可以正常拉取,pull,但是push时报错

Push failed Remote: You are not allowed to push code to this project. unable to access 'http://.git/': The requested URL returned error: 403

这是权限问题,没有开发者权限,不能提交代码,只能查看代码。
解决方案:找git管理员开通开发者权限

0

评论区