- IndentationError: unindent does not match any outer indentation level
solution: 這類問題,一般都是縮進有問題。
注意:有時Python2.7不支持tab和空格混用。有的代碼表面看起來是一個tab或者4個空格的長度,但運行會出現錯誤。這時,統一一下就好了。
- homebrew/core is shallow clone. To get complete history run:
solution: git -C "$(brew --repo homebrew/core)" fetch --unshallow