trimesh
trimesh copied to clipboard
PR access denied
Hi, I would like to open a small PR regarding this issue. When I try to push my brnach thoug, I get the following error message:
ERROR: Permission to mikedh/trimesh.git denied to anna-charlotte.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
How can I open a PR?
Great thanks! I think you need to fork the repo through the Github interface and then PR from there. The procedure is usually:
- fork the repo using the "fork" button in the Github interface
- clone your fork locally
- make any changes
git commit -am "made a fix"to commit to themainbranch of the forkgit push origin mainto push your main branch to the fork- press the "create pull request" button on Github.
@anna-charlotte Can you create the PR for this bugfix? I'm experiencing the same issue you described, and it would be great to be able to use your fix!