【问题标题】:Aptana 3, GitHub can clone but can't commitAptana 3,GitHub 可以克隆但不能提交
【发布时间】:2012-01-02 15:31:49
【问题描述】:

我是 GitHub 的新手,我在 Ubuntu 上使用 Aptana 3。我能够使用 file/import/Git Repository 为 GitHub 克隆一个存储库

当我将文件添加到本地存储库并尝试提交时,我收到此错误。

Unhandled event loop exception
No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]

如何在 Aptana 中提交到 GitHub?

【问题讨论】:

    标签: github clone aptana


    【解决方案1】:

    SO 答案“How to set up internal browser for Aptana on Linux”列出了一些解决方案。
    还要检查您的 Aptana 与 JDK(32 位或 64 位)版本:“Barking Up the Wrong Tree

    最近(2012 年 12 月,Bruno Carlin),此问题也可以链接到 Arch Linux 存储库中的 Xulrunner 版本(请参阅“Aptana Studio/Eclipse and Xulrunner ”)

    解决方案是 Aptana Studio 无法使用 Arch Linux 存储库中的 Xulrunner 版本,因为它太新了。

    为了解决这个问题,我不得不从 AUR 安装 xulrunner 1.9.2:

    yaourt -S xulrunner192
    

    最后,我放了

    -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.2
    

    位于 Aptana Studio 文件夹中 AptanaStudio3.ini 文件的末尾。对于 Arch Linux 存储库中的包,此文件为 /usr/share/aptana/AptanaStudio3.ini

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-11-29
      • 1970-01-01
      • 2021-03-02
      • 2012-10-10
      • 1970-01-01
      • 2021-01-09
      • 1970-01-01
      相关资源
      最近更新 更多