-3

remote: Permission to cs100/template-lab-01-intro-to-sct-unit-testing.git denied to barbosa42. fatal: unable to access 'https://github.com/cs100/template-lab-01-intro-to-sct-unit-testing.git/': The requested URL returned error: 403

barbosa42
  • 7
  • 2
  • You're trying to push to the upstream, by the looks of it; you can't push your code to other people's repos unless they make you a collaborator. You should probably make a fork (see e.g. https://guides.github.com/activities/forking/) instead. – jonrsharpe Apr 07 '20 at 09:25
  • Does this answer your question? [git push - Permission to denied - The requested URL returned error: 403](https://stackoverflow.com/questions/56719727/git-push-permission-to-denied-the-requested-url-returned-error-403) – phd Apr 07 '20 at 10:00
  • https://stackoverflow.com/search?q=%5Bgit%5D+The+requested+URL+returned+error%3A+403 – phd Apr 07 '20 at 10:00

2 Answers2

1

403 is an HTTP response code for Forbidden. Very likely you don't have permissions to write/push (only pull/clone) in the git repository

r.pedrosa
  • 709
  • 5
  • 12
0

Make sure you have internet access on your device & you are using proper credentials.

Himanshu Pal
  • 85
  • 1
  • 5