We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mojava
git
今天升级Mac系统到 Mojava后,在使用git的时候报了如下错误:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决方法:重装xcode command line 在命令行下跑如下命令:xcode-select --install 我是直接上面命令完成后就直接能用了,如果还是不能用可以使用后面这个命令:sudo xcode-select -switch /
重装xcode command line
xcode-select --install
sudo xcode-select -switch /
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mac 升级
Mojava
后使用git
报错今天升级Mac系统到
Mojava
后,在使用git
的时候报了如下错误:解决方法:
重装xcode command line
在命令行下跑如下命令:
xcode-select --install
我是直接上面命令完成后就直接能用了,如果还是不能用可以使用后面这个命令:
sudo xcode-select -switch /
The text was updated successfully, but these errors were encountered: