为 Git 克隆设置密码?

发布于 2024-07-13 21:04:31 字数 39 浏览 7 评论 0 原文

我想为我的存储库设置一个密码,以便在从我的存储库克隆时询问密码。

I want to put a password to my repository so that the password is asked, when cloning from my repository.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一人独醉 2024-07-20 21:04:31

要限制对存储库克隆的访问,您需要使用 ssh://... 协议,并仅向您想要访问的用户提供 ssh 访问权限。

您可能应该做的是查找各种“git 工作流程”问题和答案 - 它们描述了各个团队成员相互拉/推的方式。 有很多方法可以做到这一点。

To restrict access to repository cloning, you need to use the ssh://... protocol, and provide ssh access to only those users you want to have access.

What you probably should do is look up the various "git workflow" questions and answers - they describe the means by which various team members pull/push from/to each other. There are many ways to do this.

倾城泪 2024-07-20 21:04:31

我推荐 gitosis 来管理私有存储库。

这里你有一个很好的教程

I recomend gitosis to manage private repositories.

Here you have a nice Tutorial

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文