在eclipse中使用git clone 别人共享在Github的代码和上传到自己的仓库!

Posted tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在eclipse中使用git clone 别人共享在Github的代码和上传到自己的仓库!相关的知识,希望对你有一定的参考价值。

原文地址:http://www.itdaan.com/blog/2014/10/24/ff5e03b5cefef19e1b6fbb7b49809846.html
1.在eclipse中安装git:
打开eclipse 的Help>Install New Software.打开如图:
在Name中随便填一个git名字,Location填写 http://download.eclipse.org/egit/updates/

点击OK,回到图中背后的窗口中,勾选Name下的两个勾,记得把最下面Contact all update sites during install to find required software去掉(如果你网速很好的话可以不用去掉),OK,Next>Next,接受协议,然后点击安装。安装完成如果有提示重启则重启,安装完毕。

 

2.从eclipse的git 克隆别人分享的代码:

在Package Explorer空白处右击,选择Import>Git>Projects from Git,Next,选择URI(如果已经有本地的仓库久选local),打开如图:输入URI:https://github.com/ChineseKeZhenxu/android.git  。由于是clone别人的代码,所以不需要填写User和Password,直接Next,选择保存路径,Next完成clone。

以上是关于在eclipse中使用git clone 别人共享在Github的代码和上传到自己的仓库!的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse中使用Git之一把远程仓库的项目,clone到eclipse里面

eclipse 下使用git clone

Eclipse中使用git

gitee怎么运行别人的代码eclipse

Git在Eclipse中的使用

eclipse git 如何拉取代码