EGit +谷歌代码托管

发布于 2024-11-30 18:21:44 字数 292 浏览 1 评论 0原文

我想在 code.google.com/hosting 而不是 github 上创建一个 Git 存储库。目前我在设置此问题时遇到问题。

我发现 SVN + Google Hosting 很容易开始:创建一个新的存储库,在 eclipse 上创建一个新项目,使用 subclipse 将该项目初始提交到 google 存储库。

如何使用 Google 设置 git 存储库?我希望能得到一个从头到脚的菜鸟解释。

如果您知道可以向我指出的教程,那也很好。我找到了一个 Vogella 教程,但它只展示了如何克隆现有的存储库。

I'd like to make a Git repo on code.google.com/hosting instead of github. Currently I'm having problem setting this up.

I find SVN + Google Hosting easy to start: Make a new repo, make a new project on eclipse, use subclipse to make an initial commit of that project to the google repo.

How do I setup a git repo with Google? I'm hoping for a noob explanation from head to toe kinda stuff.

If you know of a tutorial you could point me to, that'd be fine as well. I found a Vogella tutorial however that only showed how'd to clone an exist repo.

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

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

发布评论

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

评论(1

浅笑轻吟梦一曲 2024-12-07 18:21:44

在您的 Google 代码项目页面上,转到管理 -> Source,然后单击按钮切换到 Git。

然后转到源->签出以获取存储库 URL。

然后,我将进入 Eclipse 并开始一个新项目。创建项目后,将其提交到本地 git 存储库。

然后将 google 代码存储库作为新的远程添加到本地 git 存储库,然后就可以从本地推送到远程。

On your google code project page, go to Administer -> Source, and then click the button to switch to Git.

Then go to Source -> Checkout to get the repository URL.

Then, I would go into Eclipse and start a new project. After creating the project, commit it to a local git repository.

Then add the google code repository as a new remote to your the local git repository and then you can push from the local to the remote.

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