Andrey.Dankevich
Andrey.Dankevich

Reputation: 509

Add collaborator to forked private repo

I have free GitHub account and forked a private repo. Now I'd like to add collaborators to my fork. But there's no "Collaborators" tab under Settings page.

Is this functionality not available for free plans?

Upvotes: 4

Views: 6297

Answers (1)

Ivan Zuzak
Ivan Zuzak

Reputation: 18782

This is probably due to the fact that you forked a private repo. So, only the owner of the original repo that you forked may share the project with other users - you cannot. For the same reason, you (probably?) can't make a fork of a private repo public - only the owner of the original private repo can make it public.

Upvotes: 5

Related Questions