最佳答案
我将本地提交推送到远程 git 服务器,并得到以下警告消息:
remote: warning: only found copies from modified paths due to too many files.
remote: warning: you may want to set your diff.renamelimit variable to at least 19824 and retry the command.
但实际上,我已经将 dip.renamlimit 设置为0(我认为0表示无限,对吗?)。
$ git config --list
...
diff.renamelimit=0
那么我该怎么做才能避免这个警告呢? 谢谢。