在使用 釀造 的時候,經常就會遇到各種奇奇怪怪的錯誤,比如更新時候常遇到的:
1 2 3 |
fatal: git-write-tree: error building trees Cannot save the current index state Error: Failure while executing: git stash save --include-untracked --quiet |
還有這個:
1 |
Error: Failure while executing: git pull --ff --no-rebase --quiet origin refs/heads/master:refs/remotes/origin/master |
遇到這些問題,八成是你的brew目錄權限錯誤。
使用如下命令修復[……]