EGit +谷歌代码托管
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 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.