cfss-su19 / hw01

0 stars 16 forks source link

Issue Committing to Github #2

Open warrenepstein opened 5 years ago

warrenepstein commented 5 years ago

This is the error I am getting, I think I properly forked

>>> git push origin refs/heads/master
remote: Permission to cfss-su19/hw01.git denied to warrenepstein.
fatal: unable to access 'https://github.com/cfss-su19/hw01.git/': The requested URL returned error: 403
bensoltoff commented 5 years ago

You did properly fork, but you used the wrong URL to clone your fork. You accidentally cloned the original (master) repository. Notice the URL in the error message.

Follow these instructions to fix the problem. If you have trouble, @pthelen124 or I can help you in class tomorrow.