首页 > 代码库 > eclipse提交项目到github
eclipse提交项目到github
1.在https://github.com new repository
2.在eclipse中new project 比如:Test项目
3.右击"Test"->Team->share project... ->select a repository type:Git
勾选 Use or create repository in parent folder of project
点击 Create Repository -> Finish
这时候打开在workspace中的Test目录会发现多了一个.git文件夹。
4.右击"Test"->Team->commit 本地提交
5.再右击"Test"->Team->Remote->Push
URI就是github上面指定的地址:
username和password就是github网站的用户名和密码
5.finish
source ref 选择 refs/heads/master destination ref会自动填充,点击 Add Spec勾选Focus update
开始提交。
6.可以刷新网页查看提交的代码了。。。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。