msysgit 的 Unix 密码
我已经下载并安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它不应该要求“本地”unix 密码,除非您使用需要身份验证的协议(例如 ssh 或 https)克隆 git 存储库。请参阅 Git 协议
通常是这种情况(即它会要求您输入密码),对于:
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: