【发布时间】:2012-07-31 21:02:30
【问题描述】:
我知道这是一个 xcode 警告/错误,但是,当我尝试从命令行运行 gitk --all 时会发生这种情况。
YuFei-Zhus-MacBook-Pro:test phil88530$ gitk --all
2012-08-02 21:14:49.246 Wish[33464:707] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme:
2012-08-02 21:14:49.252 Wish[33464:707] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme:
2012-08-02 21:14:49.293 Wish[33464:707] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme:
2012-08-02 21:14:49.295 Wish[33464:707] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme:
2012-08-02 21:14:49.474 Wish[33464:707] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme:
2012-08-02 21:14:49.476 Wish[33464:707] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme:
2012-08-02 21:14:50.731 Wish[33464:707] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme:
2012-08-02 21:14:50.734 Wish[33464:707] CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme:
YuFei-Zhus-MacBook-Pro:test phil88530$
我刚刚更换了一个新磁盘并重新安装了 osx 并更新到山狮,安装了 x11 和 xcode。有什么建议为什么会发生这种情况?
【问题讨论】:
-
升级到 Mountain Lion(并安装 XQuartz X11)后,我看到了同样的错误。使用 Apple 的 X11 的 Lion 不会发生这种情况。
-
在全新安装 ML 时出现同样的问题。
-
升级到 Mountain Lion 并安装 XQuartz 后出现同样的问题。
-
升级到 SSD 和 Mountain Lion 后出现同样的问题。我向 git bug 报告邮件列表发送了一封电子邮件。
标签: xcode macos git command-line terminal