oh my zsh没法更新

错误信息:git

Cannot pull with rebase: You have unstaged changes.
Please commit or stash them.

解决方法:bash

cd ~/.oh-my-zsh/
git add .
git commit -m "commit message"
upgrade_oh_my_zsh
相关文章
相关标签/搜索