报错日志:
unable to create file
management/management-business/src//api/basiclibrary/shortlistsuppliermanagement/qualifyshortlistsupplierinquiry/QualifyShortlistSupplierInquiryApiImpl.java:
Filename too long Unable to checkout
‘6565dd4075489ebd224dd9b6d86e1358’ in submodule path
‘supplier-group’
报错截图:

解决方案:
用系统管理员执行此命令:git config --system core.longpaths true

文章描述了一种在开发过程中遇到的Git报错,由于文件路径过长,无法正常操作。提供了解决方案,即作为系统管理员使用`gitconfig--systemcore.longpathtrue`来启用长路径支持。
954

被折叠的 条评论
为什么被折叠?



