msysgit 的 Unix 密码

发布于 2024-11-24 08:47:39 字数 247 浏览 0 评论 0原文

我已经下载并安装了 msysgit 1.7.6 Windows XP 上http://code.google.com/p/msysgit/

但是当我尝试使用 git 克隆 git 存储库时,它会询问我的“本地 Unix 密码”。

你能告诉我 msysgit 的“本地 unix 密码”是什么吗?

谢谢。

I have download and install msysgit 1.7.6 from
http://code.google.com/p/msysgit/ on Windows XP.

But when I try to use git to clone a git repository, it asks me for my 'Local Unix Password'.

Can you please tell me what is my 'local unix password' for msysgit?

Thank you.

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

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

发布评论

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

评论(1

孤独难免 2024-12-01 08:47:39

它不应该要求“本地”unix 密码,除非您使用需要身份验证的协议(例如 ssh 或 https)克隆 git 存储库。请参阅 Git 协议

通常是这种情况(即它会要求您输入密码),对于:

  • ssh 协议,如果找不到正确的公钥/私钥(它会回退到用户帐户身份验证)
  • http 协议,是远程 http 服务器在其 config 的虚拟目录中配置文件或 ldap 身份验证。

It shouldn't ask for a "local" unix password unless you are cloning a git repo with a protocol needing an authentication, like ssh or https. See Git protocols

This is usually the case (i.e it will ask you for a password), for:

  • ssh protocol, if it cannot find the right public/private key (it falls back to user account authentication)
  • http protocol, is the remote http server is configured with a file or ldap authentication in the virtual directory of its config.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文