如何把eclipse的项目导入到GitHub上面?
(1).在GitHub上面新建一个仓库
(2).在eclipse中,右击工程,单击Team,点击share project
(3).勾选 Use or create repository in parent fokder of project
(4).点击 Create repository 点击finish
(5).右键单击工程,选择Team,选择commit
(6).全选Unstaned Changes,右键单击add to index
(7).在commit message里面描述工程修改的内容。
(8).选择commit and push
(9).在URL里面输入git仓库的地址
eclipse下载GitHub上面的项目?
(1).工程栏里面右键,选择 import
(2).选择git文件夹,选择 Projects from Git , 单击next
(3).点击 Clone URL 。选择next
(4).在URL中输入仓库的地址,输入用户名和密码
(5).按照操作步骤往下next
(6).选择 Import as general project
(7).在导入进来的工程上面右键,单击Configure,Convert to maven project