-
-
Notifications
You must be signed in to change notification settings - Fork 79.7k
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
FAQ / Common errors and how to resolve them. #30831
Comments
If you have issue with pushing when you fork a repository, it probably means that the url you copied is the origin repository which you don't have access to. You will need to copy the url from your own repository. |
@sara-02, let's keep this pinned. Issues is one of the places people check when they run into problems. Also, I think having more visibility for this issue could result in us understanding more problems users are facing. |
When running through the Github Desktop GUI tutorial, I encountered the "what are you planning to do with this fork" and didn't know what to select. I cancelled that and then the rest of the tutorial worked fine - but I still don't know which of the two options it chose or the implications of that choice (I'm working on the assuming it chose "contribute to the parent project"). Many thanks for writing these tutorials for a github newbie like me! (Also, a more prominent link to this FAQ issue might be useful on all tutorials?) Kevin |
I'm on the step for first contributions that says "Submit your changes for review" and I'm supposed to click a "Compare & pull request button" but it is nowhere to be found. Any help or tips on what I did wrong or what I can do to submit? |
Revisiting the steps and you will find out the error for correction |
This comment was marked as off-topic.
This comment was marked as off-topic.
Hi @BarzinDevelops, if you check the top of your PR pages, you can see there many lines being modified. The good thing is you've learned how to make changes and submit a pull request with this tutorial. The names in that file are not that important. We remove them from time to time to make it easy to open in most text editors. |
I did a mistake by not making a separate branch and trying to make changes to the main branch itself. |
I have this question too. Does anyone have the answer please? |
remove the red underline conflict or remove the conflict after resolve conflict button .if it does't work close pull request and create pull request again |
Now it has been solved. |
Hey @huawuque404, what is your solution? I had same issue but can't figure out how to solve it, thanks |
My situation is to directly pull the request under first contributions, and I have encountered this problem. I can just pull the request in my own fork warehouse Hope to help you. |
the slack link on github is broken, can i please get a new link so that i can update and contribute to it? |
Balkha event |
This issue thread is to address common problems you might encounter while following this tutorial. If you don't find the problem you're facing in here, comment below.
when trying to push, getting a 403 error code saying "Permission Denied"
You might not have cloned your fork of first-contributions. Make sure that you go to your fork and clone it from there.
Can't compare to create pull request
Delete your fork and fork this repository again.
There is a merge conflict
Try this https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github
The text was updated successfully, but these errors were encountered: