- 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