Intellij IDEA 提交代码到远程GitHub仓库

转载地址:http://www.rritw.com/a/bianchengyuyan/C__/20140217/428062.html

Intellij IDEA 提交代码到远程GitHub仓库

时间:2014-02-17 13:25 来源:Internet  作者:Internet  点击:1228次
1.下载github for window http://go.rritw.com/windows.github.com/ 2.设置相关绑定 Settings  ——Ve

1.下载github for window

http://go.rritw.com/windows.github.com/

2.设置相关绑定

Settings  ——Version Control——Git——Path to Git executable——选择你的安装目录

C:\Users\Administrator\AppData\Local\GitHub\PortableGit_0f65d050d0c352fd38a0b25d82ee942deb19ef87\bin\git.exe

Test

Settings  ——Version Control——GitHub 

Host:github.com  Login:账号  Password:密码

Test

3.项目的本地git提交

intellij内部集成了git版本控制 所以在本地可以直接进行使用

3.1创建本地仓库

3.2提交代码到本地git

右键项目或者文件 Git——Add——Commit (先add 然后再提交)


4.配置远程提交

4.1 github上创建仓库
4.2 Git Shell中配置远程仓库

cd 项目目录

git remote add origin https://github.com/lujianing/ueditor.git

git push -u origin master

中间如果有报错 请参考下边的解决方法

1.fatal: remote origin already exists

git remote rm origin

2.error: Could not remove config section 'remote.origin'

需要修改gitconfig文件的内容 找到github的安装路径,我是

C:\Users\Administrator\AppData\Local\GitHub\PortableGit_0f65d050d0c352
找到一个名为gitconfig的文件,打开它把里面的[remote "origin"]那一行删掉

重启gitshell  执行上述操作

4.3 Intellij IDEA中进行push/pull

右键项目 Git——Repository——Push 

在开发过程中 我们可以使用本地的git进行版本管理  最后使用push进行远程提交

4.4 多人协作开发

在Github 项目的 settings——Collaborators 下可以添加项目成员

被添加的用户 可以提交代码到当前项目中

5.另一种简单方法

在github上创建仓库后 复制仓库地址 比如 https://github.com/lujianing/demo.git

在intelij中 VCS——Checkout from Version Contrl——Git中 粘贴仓库url地址

会从github仓库中拷贝一份项目   然后就可以在本地直接进行git操作

并且可以push到github仓库中 (会提示你输入github的仓库和密码)


From:OSChina
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值