在我的服务器上推送时,post-receive
钩子会运行一个git clone
命令。
该命令返回以下警告,我不知道它是什么意思或如何解决它。谷歌搜索错误只给出了关于 gitattributes 的结果,我没有配置任何属性。我的 .gitignore 文件里面也没有感叹号或负值。
remote: Cloning into '/var/www/html/gitrep'...
remote: warning: Negative patterns are ignored in git attributes
remote: Use '\!' for literal leading exclamation.
通过搜索
.gitattributes
git 存储库中的每个 -file 解决了问题。其中一个文件有一行以感叹号开头,但未注释掉导致此警告。
我发现此链接可能对您有所帮助-
http://www.kehe.tech/questions/3254938/how-to-exclude-files-from-git-id-expansion