Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

See Repositories where I am Collaborator

Tags:

github

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 ?

like image 869
xst Avatar asked Sep 17 '12 05:09

xst


People also ask

How do I find my collaborators on GitHub?

On GitHub, click the “Settings” button on the right, select “Collaborators”, click “Add people”, and then enter your partner's username. To accept access to the Owner's repo, the Collaborator needs to go to https://github.com/notifications or check for email notification.

How do I view collaborated projects in GitHub?

Show activity on this post. When you click on "Customize your pinned repositories", it shows your repositories only by default. However, there is a checkbox available to also show the repositories you have contributed to. When you check that, they will show up and you can pin them.

How do I see my git repository permissions?

Open Security for a repository You set Git repository permissions from Project Settings>Repositories. Open the web portal and choose the project where you want to add users or groups. To choose another project, see Switch project, repository, team. Open Project settings>Repositories.

Can collaborators access private repository?

Collaborators on a personal repository can pull (read) the contents of the repository and push (write) changes to the repository. Note: In a private repository, repository owners can only grant write access to collaborators. Collaborators can't have read-only access to repositories owned by a personal account.


1 Answers

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.

like image 185
KLicheR Avatar answered Oct 09 '22 07:10

KLicheR