我需要使用 eclipse 安装 Git 和 Egit
我是 github 和源控制的新手。我已经安装了 Eclipse 的 Egit 插件
,并且已经在网站上创建了存储库。
现在我想问我是否还需要安装 Windows 版的 GIT 安装程序,
因为那么还需要 Egit 吗?
另外我不知道如何将 Egit 与在线 Git 帐户链接
I am new to github and souce control. i have installed the Egit plugin for eclipse
and i have created the repository on website.
Now i want to ask that do i still need to install GIT installer for windows or not
because then whats the need for Egit.
Also i don't know how can i link the Egit with online Git account
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你应该需要安装 Git。如果我没记错的话,通过安装 Egit 插件,您将有一个新选项可以从
File>New Project
创建 Git 项目。编辑:这是关于如何使用该插件的不错的教程。
No you should need Git installed. By installing the Egit plugin you would have a new option to create a Git project from the
File>New Project
if I remember correctly.Edit: Here's a nice tutorial of how to use the plugin.