今天git提代码时出现了error Missing blob 错误:


error: unpack failed: error Missing blob 7bb1033c298028d2c8966586b15961cdbe7e4a14
fatal: Unpack error, check server log




在stackoverflow上找到得解决办法:


  • Switch to another branch (e.g. develop).
  • Pull from the remote repository
  • Switch back to your new branch and push.

试了一下,done!