Git 在 Windows 中支持超过 32 个字符的文件名吗?
我们在将 UNIX 中创建的存储库克隆到 Windows 系统时遇到问题。
Git 在 Windows 中检出超过 32 个字符的冗长文件时失败。
文件名如下。 BaseFCS_x0020_OnLine_x0020_Identicheck_x0020_verification_x0020_serviceConsumer.java*
有没有办法在 Git 中解决此问题?
We have a problem in cloning a repository created in unix in to a Windows box.
Git fails while checking out a lengthy file that has more than 32 characters in windows.
The file name is given below.
BaseFCS_x0020_OnLine_x0020_Identicheck_x0020_verification_x0020_serviceConsumer.java*
Is there a way to fix this issue in Git?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 cygwin(不是 msys)的版本。
Try the version from cygwin (not msys).
这也应该与 msys 一起运行。
只需尝试将其克隆到较短的路径,如 C:\Dev 等。
This should also run with msys.
Just try to clone it to a shorter path like C:\Dev or so.