首页 > 代码库 > 新装Xcode6,使用终端操作git时的问题
新装Xcode6,使用终端操作git时的问题
新装了Xcode之后,使用终端git的 gs(git status)命令时会出现
xcrun: error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") does not exist, use xcode-select to change
解决:
It seems you had an Xcode installed in /Volumes/Xcode/Xcode.app, and then removed it.
Try executing this from a terminal:
sudo xcode-select --switch /Applications/Xcode.app
然后会有一个警告提示:
WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more information.
To proceed, enter your password, or type Ctrl-C to abort.
Password:
此时输入密码,然后再gs一下就可以看到问题是否已经解决
新装Xcode6,使用终端操作git时的问题
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。