Traceback (most recent call last): File "/usr/local/bin/pip3", line 6, in <module> from pip._internal.cli.main import main ModuleNotFoundError: No module named 'pip._internal.cli.main'
在使用git clonegogs项目的时候出现错误fatal: unable to fork ,原因是因为没有openssh,解决:brew install openssh
npm
问题如下:
1 2 3 4 5 6
> node-gyp rebuild No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'. No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'. No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'. gyp: No Xcode or CLT version detected!
尝试解决:
1 2
xcode-select --install xcode-select: error: command line tools are already installed, use "Software Update" to install updates