当我输入git init时,我遇到了这个错误,试图推送到git。
xcrun:错误:无效的活动开发者路径
(/ Library / Developer / CommandLineTools),缺少xcrun: /库/开发商/ CommandLineTools的/ usr /斌/ xcrun
我尝试了以下解决方案。
def getSnowFall(month):
sfstr = input('Please enter the snow fall for ' + month);
return int(sfstr);
答案 0 :(得分:131)
这就是你需要做的所有事情:
$ xcode-select --install
答案 1 :(得分:24)
答案 2 :(得分:14)
1)
尝试输入“xcode-select -print-path
”并查看您看到的路径是否是您当前Xcode版本所期望的路径。
2)
如果你去:
https://developer.apple.com/downloads/
(您需要使用Apple Developer帐户登录)
在那里,您将看到“命令行工具”的链接。听起来你需要install MacOS 10.11 Command Line Tools for Xcode 7。
答案 3 :(得分:0)
尝试:
sudo xcode-select -r
以这种方式取消设置任何用户指定的开发人员目录,以便通过默认搜索机制找到开发人员目录。
答案 4 :(得分:0)
如果您有Catalana和XCode 11,并且遇到此问题,请转到XCode Prefrences并选择“位置”选项卡,检查“命令行工具”下拉列表中是否已选择“ xCode 11.0”。如果没有xCode 11,则需要在此处下载并安装XCode 11的命令行工具(选择正确的Beta)
https://developer.apple.com/download/more/?=command%20line%20tools