Github 如何导出在 Aptana Studio 上创建的项目?

How to export a project created on Aptana Studio on Github?

我已经在 Aptana Studio 3 上创建了一个 Rails 项目,现在我想将它放在 Github 上的存储库中。我红了How to set up Git with Aptana Studio 3? 但是里面给出的解法是反的。所以,我的问题是如何将我的项目(第一次)导出到我空的 Github 存储库中?

谢谢

因为 Aptana Studio 3 is based on Eclipse, and includes EGit, you can follow the EGit GitHub tutorial 将您的本地仓库推送到新的空 GitHub 仓库。

只要你

您将能够为您的推送配置指定 "Add all branches spec"。

如果您使用的是 HTTPS(甚至 SSH),您需要最近的 Git For Windows (2.16.1)。
不是你显示的 1.9.4。
那是因为几天前

只需按照 github 的教程 https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/ 它适用于任何项目