如果文件扩展名不符合命名约定(扩展名需要在upperCase /并且必须是.PSK或.PBK),我正在使用post receive hook来停止提交,我面临的问题是:当我通过
将test.txt更改为test.PSKgit mv -f test.txt test.PSK
git commit --amend
git push -u origin master
GIT无法识别扩展名已更改且挂钩返回相同的错误。因为git commit --amend
知道test.txt已被删除,并且有一个新文件test.PSK