trimesh icon indicating copy to clipboard operation
trimesh copied to clipboard

PR access denied

Open anna-charlotte opened this issue 2 years ago • 2 comments

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?

anna-charlotte avatar Dec 23 '22 10:12 anna-charlotte

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 the main branch of the fork
  • git push origin main to push your main branch to the fork
  • press the "create pull request" button on Github.

mikedh avatar Dec 23 '22 23:12 mikedh

@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!

abhaybd avatar Jan 22 '25 01:01 abhaybd