git pull always returns “not something we can merge”

情到浓时终转凉″ 提交于 2019-12-08 04:11:30

问题


No matter what repository I am in I get this response from git pull "merge: 012012012012012012012012012012012012012012012012012012012012012012012012012012012012012012012012 - not something we can merge". I have tried uninstalling git and re-installing with no luck. git fetch origin and git merge origin/master work fine. I could very well use those commands instead of git pull but Homebrew uses git pull and now it is broken too.

[UPDATE] This apparently was related to pyenv. Once I removed that from my PATH then everything went back to normal.

来源:https://stackoverflow.com/questions/25271075/git-pull-always-returns-not-something-we-can-merge

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!