摘要: 有时候git clone下来后,文件的权限不对,这样git会出现很多的改变,事实上是不需要提交的。 通过下面的配置可以让git忽略这种情况。 所有git库: git config --global core.fileMode false 当前库: git config core.fileMode f 阅读全文
posted @ 2020-07-23 13:06 bregman 阅读(655) 评论(0) 推荐(0)