immerjs / immer

Create the next immutable state by mutating the current one

Home Page:https://immerjs.github.io/immer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to submit pull request

gimelg opened this issue Β· comments

πŸ™‹β€β™‚ 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.

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!