git遇到的问题
2017-07-19 09:25 @疯狂的迈步 阅读(157) 评论(0) 编辑 收藏 举报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
END
---------------------------------------------------------------------------------------------
欢迎关注 我的微博@疯狂的迈步 我的github@junhey