錯誤信息: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