push代码时出现的问题:
! [remote rejected] HEAD -> (unpacker error))
解决办法:
$ git push --no-thin origin release
在push指令中,添加参数: --no-thin。
Windows平台下使用Git Bash时,执行 git status 时显示中文乱码问题:
解决办法为,输入如下指令:
git config --global core.quotepath false
push代码时出现的问题:
! [remote rejected] HEAD -> (unpacker error))
解决办法:
$ git push --no-thin origin release
在push指令中,添加参数: --no-thin。
Windows平台下使用Git Bash时,执行 git status 时显示中文乱码问题:
解决办法为,输入如下指令:
git config --global core.quotepath false