Need Help on Pushing to Github #4952
-
I follow the guide to check out a new branch on top of develop branch and tired to push to my branch. But I get denied here. Here is the message:"Permission to oppia/oppia-android.git denied to XichengSpencer. unable to access 'https://github.com/oppia/oppia-android.git/': The requested URL returned error: 403" I think since it has my user name on it, I should be logged in already. I don't know if there are other potential reasons. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @XichengSpencer, this is happening because you are trying to push to the main repo instead of a branch on your fork. Please refer to documentation on how to submit a PR and additional references: Creating a fork, Contributing to opensource and Contributing at Oppia Android(Be sure to complete the onboarding steps.) |
Beta Was this translation helpful? Give feedback.
-
Thank you both for your explanation, I have submitted a PR successfully. The problem is just the I didn't fork before everything. |
Beta Was this translation helpful? Give feedback.
Hi @XichengSpencer, this is happening because you are trying to push to the main repo instead of a branch on your fork.
Please refer to documentation on how to submit a PR and additional references: Creating a fork, Contributing to opensource and Contributing at Oppia Android(Be sure to complete the onboarding steps.)