-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HW01 - issue with pushing #17
Comments
Also, I have been able to push to GitHub, so I do not think this is a credentials issue. |
Make sure whenever you clone a homework repository, use the url for the forked version, not the master repository. So for the first homework, I would use For an example, let's say I wanted to make a contribution to remote: Permission to hadley/ggplot2.git denied to bensoltoff.
fatal: unable to access 'https://github.com/hadley/ggplot2.git/': The requested URL returned error: 403 I don't have permission to edit the master repo on Hadley Wickham's account. How do I fix this? I could go back and clone the correct fork, but if I've already made several commits then I'll lose all my work. Instead, I can change the
Now I can push successfully to my fork, then submit a pull request. |
Thank you so much!!! That makes a lot of sense. |
@sbridgewaters Not a problem. It's a very common mistake, especially if you've never used Git before |
I am receiving this error when I try to push my changes. I have saved and staged the readme file and committed all of my changes.
The text was updated successfully, but these errors were encountered: