114

I have a Java application in a private repository on GitHub and I would like to share it with someone who doesn't have an account. I didn't find any option on the site for this.

Is there a way to do this? Collaborators can be only GitHub users.

Loci
  • 317
  • 5
  • 16
gaRos
  • 2,003
  • 6
  • 20
  • 27

2 Answers2

96

There is no way to share private repository among non-Github users.

You need the Github account and be added as collaborator to the project.

Tomas Votruba
  • 21,278
  • 8
  • 72
  • 96
40

You can use gitfront.io for this purpose. You can give users to read-only access to keep your secure

Karthik SWOT
  • 829
  • 10
  • 15