-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Describe the bug
I have previously granted write public repos
to Gitpod in https://gitpod.io/access-control/:
But when I try to push to the public repository https://github.com/gitpod-io/website, I get this error:
gitpod /workspace/website $ git push origin jx/ruby-add-rails-sample-app
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/gitpod-io/website.git/'
When I click the GitHub audit link, Gitpod even seems to have "Full control of private repositories" (!) (I've granted it previously, but then revoked it, so this is surprising to me):
Note: Granting read/write private repos
in Access Control does allow me to push to my public repository.
Steps to reproduce
- Revoke
read/write private repos
in Access Control - Open a public repo (from an org maybe?)
- Create a new branch
- Try to
git push origin new-branch
Expected behavior
Push should succeed.
Additional Information
Example Repository
fraction01 and RobotCharlie