git config --add core.filemode false


发现.git/config 中新增了一行:

[core]
        ...
	filemode = false

 ref: http://blog.sina.com.cn/s/blog_630bf12f01011r83.html

相关文章:

  • 2021-06-25
  • 2022-02-07
  • 2021-08-17
  • 2021-12-17
  • 2021-09-11
猜你喜欢
  • 2021-07-02
  • 2022-12-23
  • 2021-10-29
  • 2022-01-31
  • 2022-01-18
  • 2022-12-23
相关资源
相似解决方案