-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Unexpected result/error message on forked project from private repo in different org #7482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I agree with you. I'm not sure but there can be some technical challenges here. |
@axonasif To my knowledge this is also not documented as a known issue. It would be nice to have something to preserve my hair - that shouldn't be a technical challenge. |
@stockholmux I meant that it could be a technical challenge to detect whether the private repo actually exists without having the necessary permissions granted beforehand. Sorry for not being clear enough 😅 |
Thank you for reporting this @stockholmux - we will investigate from the Gitpod side. (I wonder if this may not be a bug on the GitHub api) |
Scheduled. A number of users have reported issues opening workspaces on private repos in the last week or so. |
@jldec Yeah, note 2 is unlikely in my organization (bummer, but not a blocker) but the error message was my big issue. |
pushing for a fix for this also in #8076 since there are issues working directly with private repos on orgs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there an update on this ? I was trying to use Gitpod with one of my forked repositories but the page says that the repository was not found on my account. |
Bug description
I forked a private repo from an organization in Github. This organization has not granted GitPod permission for private repos. I have granted permission for GitPod to see private repos in my personal account.
When I try to get use gitpod on this private fork, I get the message
Repository not found.
/The repository 'stockholmux/<repo name>' is not found in your account.
And it totally does! It took quite a while to understand what was going on.I'm not sure if this is by-design and it makes some sense given the permission on the original organization, but the error message is really unhelpful.
Steps to reproduce
https://gitpod.io/#<repo url>
Workspace affected
No response
Expected behavior
Either gitpod can access the the forked private repo or show an error message similar to the origin repo which makes sense: (e.g.
Repository not found.
/Permission to access private repositories has been granted. If you are a member of '<org name>', please try to request access for Gitpod.
)Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: