[Solved] Git push Error: unpacker error 000000000000

git push Error: unpacker error 000000000000

Problem cause: there is a problem with Chinese characters in the commit content
how to modify:

git commit --amend
Delete the Chinese content of the commit and write it again

Read More: