首页 > 其他 > 详细

git在添加文件时出现的错误

时间:2020-03-07 01:22:24      阅读:64      评论:0      收藏:0      [点我收藏+]

git init初始化仓库后

 

git add .  添加当前目录所有文件出现以下错误

1.第一种

warning: LF will be replaced by CRLF in .bomr/bomr.yaml.
The file will have its original line endings in your working directory.

解决方法:

git config --global core.autocrlf false

 

2.第二种

error: open("spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/plugin/DependencyManagementPluginActionIntegrationTests-helpfulErrorWhenVersionlessDependencyFailsToResolve.gradle"): Filename too long

解决方法:

 git config --global core.longpaths true



git在添加文件时出现的错误

原文:https://www.cnblogs.com/GodZhe/p/12431521.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!