在 TortoiseGIT 中获取克隆时 Msys Git 安装路径错误
我安装了 Msys Git 和 TortoiseGIT x64。每当我尝试使用“获取克隆”命令时,都会收到错误:“Msys Git 安装路径错误”。
奇怪的是,当我把它全部设置好时,它工作了一次,然后就停止了。现在我已经多次卸载并重新安装这两个程序,但无法使其再次工作。
Msys Git 安装路径错误 http://friendfeed-media.com/82c54fedb7db8420f23782832e59ba3b54edf6e7
如果这属于超级用户或东西,请随意迁移。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须安装 msysGit - http://code.google.com/p/msysgit/downloads/列表
you must install msysGit - http://code.google.com/p/msysgit/downloads/list
尝试将路径设置为:
Try setting your path to:
2016 年更新: msysgit 早已过时(Git For Windows 取代(请参阅 其版本)。
它附带了一个更新的 bash,基于 64 位 msys2 项目,MSYS 的独立重写,基于现代 Cygwin(POSIX 兼容层)和 MinGW-w64:请参阅“msys、msys2 和 msysgit 如何相互关联?”
TortoiseGit 文档确实提到了
Git.exe 路径
设置:因此,只需安装 Windows 版的 Git,就不会出现任何“Msys Git 安装路径错误”。
Update 2016: msysgit has long been obsoleted (since early 2015).
It has been superseded by Git For Windows (see its releases).
It comes with a much more recent bash, based on the 64bits msys2 project, an independent rewrite of MSYS, based on modern Cygwin (POSIX compatibility layer) and MinGW-w64: see more at "How are msys, msys2, and msysgit related to each other?"
TortoiseGit documentation does mention, for the
Git.exe Path
setting:So simply install Git for Windows and you won't have any "Msys Git Install Path Error".