git apply xxx.diff
has type 100644, expected 100755

解决方法:
git apply --check xxx.diff
git apply --reject xxx.diff
得到:xxx.rej
fix err and commit
git apply xxx.diff
has type 100644, expected 100755
解决方法:
git apply --check xxx.diff
git apply --reject xxx.diff
得到:xxx.rej
fix err and commit
本文标题:git apply *.diff err: has type
本文链接:https://www.haomeiwen.com/subject/rhavdrtx.html
网友评论