简体   繁体   English

无法将本地文件推送到 git 分支

[英]Could not push local file into git branch

I want to push my local file to the branch i created but it shows error 403 permission denied:我想将我的本地文件推送到我创建的分支,但它显示错误 403 权限被拒绝:

$ git push -u origin ashwin

remote: Permission to roonal/project.git denied to furba576.远程:对 furba576 的 roonal/project.git 权限被拒绝。 fatal: unable to access ' https://github.com/roonal/project.git/ ': The requested URL returned error: 403致命:无法访问“ https://github.com/roonal/project.git/ ”:请求的 URL 返回错误:403

  • You cannot push to any repository for which you don't have permission.您不能推送到您没有权限的任何存储库。
    • You can get permission from the repository owner.您可以从存储库所有者那里获得许可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM