mac卸载xcode后重新安装git

最近要开发个大项目,嫌自己电脑没地方了,把xcode删了,然后就想起git也没了。赶紧把git装回来。我如下脑残的操作就开始了。

如果是个干净的mac,运行 git --version 命令后,系统就会自动下载需要安装的内容了,等待就可以了。

但是我的报错如下:

xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.
See `man xcode-select` for more details.

参考提示,执行:

xcode-select --install

报错:
xcode-select: error: command line tools are already installed, use "Software Update" to install updates

执行:

Software Update

报错:command not found:Software

然后我选择了,如下操作,删掉重装:

sudo rm -rf /Library/Developer/CommandLineTools

xcode-select --install

结果运行git 还是不行。报错还是和最初的运行git一样。。。。。

最后有查到了一个

sudo xcode-select --reset

在执行git ,诶嘿,好使了~~~

也许第一次就应该执行这个--reset命令。

  • 4
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值