Aptana 与 Git 和 Dropbox

发布于 2024-11-29 23:41:49 字数 570 浏览 0 评论 0原文

我是 Git 新手,想知道如何通过 Aptana(与 Eclipse 非常相似)UI 中可用的命令设置 Git 将其存储库存储在 Dropbox 上。

在Aptana Studio 2中,我通过Help > 安装Git安装 Aptana 功能。当我右键单击我的 Aptana 项目时 >团队>共享项目时,它会显示“配置 Git 存储库”对话框。有一个复选框,上面写着“在项目的父文件夹中使用或创建存储库”,这似乎给我留下了两个选项:

  1. 当我选中它时,它想要在 Dropbox 之外的本地项目目录下创建存储库,所以我不要认为这就是我想要的。
  2. 未选中时,它希望我创建 Git 存储库,当我将 Dropbox\git 目录指定为父目录并单击“完成”时,它会将我的所有本地项目文件移至 Dropbox\git 并在那里设置工作目录。这是应该发生的事情吗?

我不能将存储库放在 Dropbox 上,但将本地项目文件保留在原处吗?然后我可以从我使用的任何其他计算机上的 Dropbox 存储库中提取数据并在这些计算机上创建本地项目文件吗?或者这不是人们使用 Git 和 Dropbox 所做的事情吗?

谢谢, 安迪

I'm new to Git, and would like to know how to set up Git to store its repository on Dropbox from the commands available in the Aptana (very similar to Eclipse) UI.

In Aptana Studio 2, I installed Git via Help > Install Aptana Features. When I right-click my Aptana project > Team > Share Project, it shows a "Configure Git Repository" dialog. There is a checkbox that reads "Use or create Repository in parent folder of project" which seems to leave me with 2 options:

  1. When I check it, it wants to create the repository under the local project directory which is outside of Dropbox, so I don't think this is what I want.
  2. When unchecked, it wants me to create the Git repository, and when I specify my Dropbox\git directory as the Parent Directory and click Finish, it moves all my local project files into Dropbox\git and sets the working directory there as well. Is this what is supposed to happen??

Can't I have the repository on Dropbox but keep my local project files where they are? And then I could pull down from the Dropbox repository from any other machines that I use and create local project files on those machines? Or is this not what people do with Git and Dropbox?

Thanks,
Andy

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

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

发布评论

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

评论(1

只为一人 2024-12-06 23:41:49

我不能在 Dropbox 上拥有存储库,但将本地项目文件保留在原处吗?

从理论上讲,是的,通过将环境变量 GIT_DIR 指定到您的 dropbox 目录中的 .git 存储库,但我怀疑 Aptana 是否支持这种配置。

一个更简单的解决方案是:

Can't I have the repository on Dropbox but keep my local project files where they are?

In theory, yes, by specifying the environment variable GIT_DIR to the .git repo in your dropbox directory, but I doubt Aptana will support that kind of configuration.

An simpler solution would be:

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