-2

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

ThanhPhanLe
  • 1,315
  • 3
  • 14
  • 25
  • 1
    Look like you don't have permission to push your code, try to check your account permission – ThanhPhanLe Jul 31 '19 at 05:54
  • Possible duplicate of [Pushing to Git returning Error Code 403 fatal: HTTP request failed](https://stackoverflow.com/questions/7438313/pushing-to-git-returning-error-code-403-fatal-http-request-failed) – phd Jul 31 '19 at 11:37
  • https://stackoverflow.com/search?q=%5Bgit%5D+The+requested+URL+returned+error%3A+403 – phd Jul 31 '19 at 11:37

1 Answers1

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