迁移后 Git 在 Xcode 4 中停止工作

发布于 2024-11-08 23:34:07 字数 165 浏览 0 评论 0原文

我们办公室刚刚购买了新的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

依 靠 2024-11-15 23:34:07

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

森林散布 2024-11-15 23:34:07

如果应用程序文件夹中有“安装 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.

花开浅夏 2024-11-15 23:34:07

我刚刚从雪豹那里遇到了这个问题 ->新计算机迁移。我的一个 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文