See Repositories where I am Collaborator

Github

Github Problem Overview


I am a collaborator on a private repo, but it doesn't show up under my repositories. I also cannot see it on the other user's repository listing because it is private. I have confirmed that I am able to push/pull to the repo. Is there a way to access this repository using Github without typing in the full URL ?

Github Solutions


Solution 1 - Github

You can see the repositories where you're a collaborator. To do this, head to the Repositories section of your account's settings (https://github.com/settings/repositories).

There should be a Leave action button aside each repository you're a collaborator on.

Solution 2 - Github

Even though it won't show up in YOUR repositories, it should appear on your github dashboard (click the github logo), on the bottom right. There should be a list that has buttons at the top to filter all, public, and private repos. Try clicking the private button and it should be there.

> Note that if you have opted in to the new dashboard, the above doesn't apply, but you can see the repositories (owner and collaborator) on the left..

Solution 3 - Github

A simpler place (as per today) to find private repositories you are collaborating on is to go to https://github.com/ (do not include your username, but make sure you are already logged in). On the left hand side, you can find a search interface or click "show more" to see them all. It's weird that as per today, if you try to do this from the Repositories you won't find them.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionxstView Question on Stackoverflow
Solution 1 - GithubKLicheRView Answer on Stackoverflow
Solution 2 - GithubNH.View Answer on Stackoverflow
Solution 3 - GithubelachellView Answer on Stackoverflow