git 我可以通过链接共享我的私有 GitHub 存储库吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/31264165/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Can I share my private GitHub repository by link?
提问by gaRos
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.
我在 GitHub 上的私有存储库中有一个 Java 应用程序,我想与没有帐户的人共享它。我没有在网站上找到任何选项。
Is there a way to do this? Collaborators can be only GitHub users.
有没有办法做到这一点?协作者只能是 GitHub 用户。
回答by Tomá? Votruba
There is no way to share private repository among non-Github users.
无法在非 Github 用户之间共享私有仓库。
You need the Github account and be added as collaborator to the project.
您需要 Github 帐户并被添加为项目的合作者。