github - git刚刚checkout完,重新扫描就出现很多修改
伊谢尔伦
伊谢尔伦 2017-04-24 09:11:04
0
2
898

各位帮忙看看是怎么回事啊,使用的是msysgit那个客户端,我用ide也是如此。

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
PHPzhong

You can read my blog post http://www.feeyar.com/GIT/git-autocrlf-problem.html To put it simply, you need to set autocrlf in the git configuration to false

左手右手慢动作

There is this damn line separator problem under the Windows platform. It is generally recommended

git config --global core.autocrlf false

Also

git config --global core.safecrlf true

Guarantee that the file's line delimiters are not mixed. Then re-git checkout或者git reset --hardjust in case

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template