码迷,mamicode.com
首页 > 其他好文 > 详细

新装Xcode6,使用终端操作git时的问题

时间:2014-09-24 12:04:36      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:io   os   使用   ar   for   div   sp   问题   cti   

新装了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时的问题

标签:io   os   使用   ar   for   div   sp   问题   cti   

原文地址:http://www.cnblogs.com/NINIiOS/p/3989850.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!