标签:oh_my_zsh
升级oh_my_zsh报错:“oh my zsh Cannot pull with rebase: You have unstaged changes. Please commit or stash them. There was an error updating. Try again later?”
在github上也发现有人提过这样的issue。但解决方法都不对,最后看到一外国哥们这样解决了问题:
1) cd ~/.oh-my-zsh/
2) git add .
3) git commit -m "commit message"
4) upgrade_oh_my_zsh
我一试还真行,通过git status -s查看发现原来是增加主题后本地的master分支有变化造成的。
commit后就ok了。
再次使用upgrade_oh_my_zsh命令升级
一切ok!
本文出自 “好好生活,快乐工作!” 博客,请务必保留此出处http://yjw1983.blog.51cto.com/265702/1718387
oh my zsh Cannot pull with rebase......
标签:oh_my_zsh
原文地址:http://yjw1983.blog.51cto.com/265702/1718387