Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能只将我的所有私有 git 存储库中的一个共享给 50 或 60 个客户。有什么办法可以在不公开我的存储库的情况下做到这一点
通过 HTTP 服务您的 Git 存储库。使用 SSL + HTTP 身份验证。这是在 Web 服务器级别(Apache / Nginx / 等)配置的
通过 SSH 为您的 Git 存储库提供服务。
设置Gitolite。
支付GitHub以获取私人仓库。