我是第一次安装 brew,当我运行 brew doctor 时出现一个错误:
Warning: You have uncommitted modifications to Homebrew
If this a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
cd /usr/local && git stash
如果我 cd 到 /usr/local 并运行“git status”,我会得到:
On branch master
nothing to commit (working directory clean)
如果我运行: cd /usr/local && git stash,我得到:
No local changes to save
我应该忽略这个警告吗?我在 OSX 10.8 上。