Can I share my private GitHub repository by link?

GitGithub

Git Problem Overview


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.

Git Solutions


Solution 1 - Git

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.

Solution 2 - Git

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

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
QuestiongaRosView Question on Stackoverflow
Solution 1 - GitTomas VotrubaView Answer on Stackoverflow
Solution 2 - GitKarthik SWOTView Answer on Stackoverflow