Git 在 Windows 中支持超过 32 个字符的文件名吗?

发布于 2024-08-26 09:33:17 字数 217 浏览 6 评论 0原文

我们在将 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 技术交流群。

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

发布评论

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

评论(2

我不会写诗 2024-09-02 09:33:17

尝试 cygwin(不是 msys)的版本。

Try the version from cygwin (not msys).

檐上三寸雪 2024-09-02 09:33:17

这也应该与 msys 一起运行。
只需尝试将其克隆到较短的路径,如 C:\Dev 等。

This should also run with msys.
Just try to clone it to a shorter path like C:\Dev or so.

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