I created a fresh org, created a public project opened a workspace and wanted to push.
I get:
gitpod /workspace/helo-world $ git push
remote: Permission to dummy-org42/helo-world.git denied to svenefftinge.
fatal: unable to access 'https://github.com/dummy-org42/helo-world.git/': The requested URL returned error: 403
I had to go to my oauth app installation and grant access for the new organization.
The Gitpod UI should tell me that and provide a link or some other means to easily do that.
Currently I didn't get any feedback from the UI.
There should have been a message shown in the frontend suggesting to fix permissions. Might be, your token has no write access, which is fine to just start a workspace for this repo.
https://github.com/gitpod-io/gitpod/issues/779 is another instance of this issue.
ok, then lets close this one as a dupe
Most helpful comment
I had to go to my oauth app installation and grant access for the new organization.
The Gitpod UI should tell me that and provide a link or some other means to easily do that.
Currently I didn't get any feedback from the UI.