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.
我想在我的存储库中输入密码,以便在从我的存储库克隆时询问密码。
要限制对存储库克隆的访问,您需要使用 ssh://... 协议,并仅向您希望访问的用户提供 ssh 访问权限。
您可能应该做的是查找各种“git 工作流程”问题和答案——它们描述了各种团队成员相互拉/推的方式。有很多方法可以做到这一点。
我推荐 gitosis 来管理私有仓库。
在这里你有一个很好的教程