git报错:error: remote unpack failed: error Missing tree
发生在git push往远程推送代码时候,解决方法,在git push 之后,加上 --no-thin 参数:
git push --no-thin 你的远程分支
发生在git push往远程推送代码时候,解决方法,在git push 之后,加上 --no-thin 参数:
git push --no-thin 你的远程分支