首页
归档
留言
友链
广告合作
壁纸
更多
美女主播
Search
1
博瑞GE车机升级/降级
5,649 阅读
2
Mac打印机设置黑白打印
5,043 阅读
3
修改elementUI中el-table树形结构图标
4,946 阅读
4
Mac客户端添加腾讯企业邮箱方法
4,705 阅读
5
intelliJ Idea 2022.2.X破解
4,454 阅读
后端开发
HarmonyOS Next
Web前端
微信开发
开发辅助
App开发
数据库
随笔日记
登录
/
注册
Search
标签搜索
Spring Boot
Java
Vue
Mac
Spring Cloud
MyBatis
WordPress
MacOS
asp.net
Element UI
Nacos
MySQL
.Net
Spring Cloud Alibaba
Mybatis-Plus
Typecho
jQuery
Java Script
IntelliJ IDEA
微信小程序
Laughing
累计撰写
629
篇文章
累计收到
1,421
条评论
首页
栏目
后端开发
HarmonyOS Next
Web前端
微信开发
开发辅助
App开发
数据库
随笔日记
页面
归档
留言
友链
广告合作
壁纸
美女主播
搜索到
1
篇与
的结果
2022-11-10
xcrun/ error/ invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at/ /Library/Developer/CommandLineTools/usr/bin/xcrun
一、现象描述最开始的是要用,我的smartgit是正常使用的,但是使用的BigSur,后来升级到Ventura后,smartgit突然不能用了,提示找不到Git。所以我尝试使用brew安装一下Git,结果提示xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun二、解决方法初步断定是,升级到Ventura后,CommandLineTools没有更新导致的。打开终端,输入一下命令回车xcode-select --install弹出安装界面点击【安装】按钮安装即可。安装如果很慢的话,也可以去苹果开发者官网下载对应版本。不需要重新安装Git,再次打开SmartGit就能正常使用了。
2022年11月10日
976 阅读
0 评论
1 点赞