简体   繁体   中英

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:

$ git push -u origin ashwin

remote: Permission to roonal/project.git denied to furba576. fatal: unable to access ' https://github.com/roonal/project.git/ ': The requested URL returned error: 403

  • You cannot push to any repository for which you don't have permission.
    • You can get permission from the repository owner.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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