迁移后 Git 在 Xcode 4 中停止工作
我们办公室刚刚购买了新的 iMac,因此我使用迁移助手迁移了旧 Mac 上的所有内容。
然而 git 没有包含在迁移中(为什么?)并且 Xcode 的 git 支持似乎也消失了。重新安装 git 没有问题,但 Xcode 仍然无法识别 git 存储库。
有谁知道为什么并且可以解决它?
We just got new iMacs at the office, so I migrated everything from my old mac using Migration Assistant.
However git wasn't included in the migration (why?) and Xcode's git support seems to have vanished as well. Reinstalling git wasn't a problem, but Xcode still doesn't recognize git repositories.
Does anyone know why and can be done to solve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Xcode 期望 git 位于
/usr/bin
中,而您可能没有在该位置安装 Git。我在此处进行了修复
Xcode expects git to be in
/usr/bin
and you may not have installed you Git in that location.I have a fix here
如果应用程序文件夹中有“安装 Xcode”图标,另一个解决方案是重新安装 Xcode。 Xcode 安装了 git,一切都应该没问题。
Another solution is to reinstall Xcode, if you have "Install Xcode" icon in your application folder. Xcode installs git and everything should be fine.
我刚刚从雪豹那里遇到了这个问题 ->新计算机迁移。我的一个 xcode 是通过应用商店安装的,另一个是来自 ADC 门户的。我不想等待一百万个小时来下载 xcode 安装程序,所以我只安装了 git。
我在此链接中使用了一键安装(我使用了 64 位 SL 软件包),现在一切正常:
http://code.google.com/p/git-osx-installer/downloads/list?can=3
I just ran into this issue from a Snow Leopard -> New Computer migration. One of my xcodes is installed via the app store and the other is from the ADC portal. I didn't want to wait a million hours to download the xcode installer, so I just installed git.
I used the one-click-installation (I used the 64-bit SL package) at this link and everything works fine now:
http://code.google.com/p/git-osx-installer/downloads/list?can=3