immerjs / immer

Create the next immutable state by mutating the current one
https://immerjs.github.io/immer/
MIT License
27.69k stars 849 forks source link

Unable to submit pull request #1068

Closed gimelg closed 1 year ago

gimelg commented 1 year ago

🙋‍♂ Question

Hi! I'm trying to submit a pull request. I cloned the repo with Gitpod as suggested in the Readme, made a fix in a separate branch, and tried to push to origin (as suggested here). This gives me a 403 error:

remote: Permission to immerjs/immer.git denied to gimelg. fatal: unable to access 'https://github.com/immerjs/immer.git/': The requested URL returned error: 403

Any suggestions would be helpful, many thanks.

gimelg commented 1 year ago

I ended up cloning the repo locally and opening a pull request manually. Gitpod was still helpful in being able to quickly build and run tests to see that nothing breaks. It would still be useful to know how to do this directly from Gitpod for potential future PRs. Thanks!