Aptana 3、GitHub 可以克隆但无法提交

发布于 2024-12-23 17:32:12 字数 283 浏览 2 评论 0原文

我对 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?

I am very new to GitHub and I am using Aptana 3 on Ubuntu. I was able to clone a repository for GitHub by using file/import/Git Repository

When I added files to the local repo and I tried to commit I get this error.

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

How do I commit to GitHub in Aptana?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

拿命拼未来 2024-12-30 17:32:12

SO答案“如何为Aptana设置内部浏览器在 Linux 上”列出了一些解决方案。
另请检查您的 Aptana 版本与 JDK(32 位或 64 位):“吠叫错误的树

最近(2012 年 12 月,Bruno Carlin),此问题也可能与 Arch LinuX 存储库中的 Xulrunner 版本有关(请参阅“Aptana Studio/Eclipse 和 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

The SO answer "How to set up internal browser for Aptana on Linux" lists some solution.
Check also your version of Aptana vs. JDK (32 or 64 bits): "Barking Up the Wrong Tree"

More recently (December 2012, Bruno Carlin), this issue can also be linked to the version of Xulrunner in Arch LinuX repositories (see "Aptana Studio/Eclipse and Xulrunner ")

The solution is that Aptana Studio cannot work with the version of Xulrunner in Arch LinuX repositories because it is too recent.

To solve this problem, I had to install xulrunner 1.9.2 from AUR:

yaourt -S xulrunner192

Finally, I put

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

at the end of the AptanaStudio3.ini file in the Aptana Studio folder. For the package in the Arch Linux repositories, this file is /usr/share/aptana/AptanaStudio3.ini.

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