I think the problem can be solved by deleting the option "--rebase" in tools/upgrade.sh. (~/.oh-my-zsh/tools/upgrade.sh )
git pull origin master
来源:
https://github.com/robbyrussell/oh-my-zsh/issues/1991
https://github.com/robbyrussell/oh-my-zsh/issues/549
本文介绍了解决使用'upgrade_oh_my_zsh'命令时出现的错误问题,主要原因是由于本地更改未提交或暂存导致无法进行更新。文中提出了一种解决方案,即删除tools/upgrade.sh文件中的--rebase选项,并提供了替代的更新命令。
1万+







Whenever i try to use 'upgrade_oh_my_zsh' the following error occures :