Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find GitHub invitation to join repo?

Tags:

github

I've been invited to join a GitHub repo. I've seen on the team leads computer that I definitely have been invited. However I haven't received an email and I can't see any notifications when I log into GitHub. How can I find my invite and join the repo?

like image 871
Evanss Avatar asked Dec 01 '15 12:12

Evanss


People also ask

How do I see my GitHub invites?

In the top right corner of GitHub.com, click your profile photo, then click Your organizations. Click the name of your organization. Under your organization name, click People. On the People tab, click Pending invitation.


2 Answers

If you got invited to join a GitHub organization (or a team within a organization), then you can see this invite on the following link:

  • https://github.com/orgs/PUT_ORGANIZATION_NAME_HERE/invitation

If you want to accept a repository invite, then you can use this schema:

  • https://github.com/PUT_ORGANIZATION_NAME_HERE/PUT_REPOSITORY_NAME_HERE/invitations
like image 84
Benny Neugebauer Avatar answered Sep 21 '22 05:09

Benny Neugebauer


I had an invitation from 6 hours ago but the only way I was able to view it was by going directly to the project page.

https://github.com/project/

Here a screenshot: GitHub Screenshot

like image 37
Evanss Avatar answered Sep 20 '22 05:09

Evanss