天天看点

git提交代码出错:No partially staged files found

git提交代码报错:

No partially staged files found

解决方案:跳过检查直接上传

打开git bash,输入:

git commit -m 'your message' --no-verify

然后推送到分支就可以了