git 命令多人协作总结

git pull 出错 fatal: Could not read from remote repository.Please make sure you have the correct access rights.and the repository exists.
Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts.

Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

出现这个问题是因为,没有在github账号添加SSH key

1,通过ssh-keygen命令在自己的电脑上生成公钥和私钥;
ssh-keygen -t rsa -C elong@corp.elong.com
2,进入.ssh文件夹,然后打开id_rsa.pub:
将内容交给你们的git服务器管理员。
然后当他配置好之后就可以访问了。
3,然后就可以使用git clone将远程仓库克隆下来了。
git clone git@code.corp.elong.XXX/ihotel_qa.git
git本地用户名和密码配置:
$ git config --global user.name "wirelessqa" $ git config --global user.email wirelessqa.me@gmail.com
4,查看远程仓库版本:
ebj1412:ihotel_qa user$ git remote -v origin git@code.corp.elong.com:qa_department/ihotel_qa.git (fetch) origin git@code.corp.elong.com:qa_department/ihotel_qa.git (push)
5,查看远程分支
使用git remote show origin
*remote origin Fetch URL: git@code.corp.elong.com:qa_department/ihotel_qa.git Push URL: git@code.corp.elong.com:qa_department/ihotel_qa.git HEAD branch: master Remote branch: master tracked Local branch configured for 'git pull': master merges with remote master Local ref configured for 'git push': master pushes to master (up to date)
6,拉取远程分支
再使用git checkout -b xxx_xxx remotes/origin/xxx_xxx
7,在远程服务器上创建分支
使用git push -u origin xxx_xxx将本地分支推到服务器
8,删除远程服务器上的分支
如果要删除服务器上的分支git push origin :xxx_xxx
9,查看所有分支
git branch -all
10,多人合作操作解决冲突:
https://segmentfault.com/a/1190000009642318
http://blog.csdn.net/l799069596/article/details/47126503
11,git的常用命令:
http://blog.csdn.net/dengsilinming/article/details/8000622
12,一种是 git rm --cached "文件路径",不删除物理文件,仅将该文件从缓存中删除;
一种是 git rm --f "文件路径",不仅将该文件从缓存中删除,还会将物理文件删除(不会回收到垃圾桶)
假如你有文件不小心commit到了服务器那么你想要删除它,可以使用:git rm -- cached "路径+文件名" , 用-r参数删除目录
git rm -r --cached dirname git commit -m 'say something' git push origin master
一、windows提交到gitHub远程仓库时,错误日志记录:

echo "# hibernateEntity" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/jd2017/hibernateEntity.git
git push -u origin master

D:\JindeWorkspaces\hibernateEntity [master +6 ~0 -0 !]> git remote add origin ht
tps://github.com/jd2017/hibernateEntity.git
fatal: remote origin already exists.
D:\JindeWorkspaces\hibernateEntity [master +6 ~0 -0 !]> git remote rm origin
error: Could not remove config section 'remote.origin'
D:\JindeWorkspaces\hibernateEntity [master +6 ~0 -0 !]> git remote add origin ht
tps://github.com/jd2017/hibernateEntity.git
fatal: remote origin already exists.
D:\JindeWorkspaces\hibernateEntity [master +6 ~0 -0 !]> git remote add origin ht
tps://github.com/jd2017/hibernateEntity.git
D:\JindeWorkspaces\hibernateEntity [master +6 ~0 -0 !]> git push -u origin maste
r
Counting objects: 3, done.
Writing objects: 100% (3/3), 207 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/jd2017/hibernateEntity.git

  • [new branch] master -> master
    Branch master set up to track remote branch master from origin.

提示出错信息:fatal: remote origin already exists.

解决办法如下:

1、先输入$ git remote rm origin
2、再输入$ git remote add origin git@github.com:djqiang/gitdemo.git 就不会报错了!
3、如果输入$ git remote rm origin 还是报错的话,error: Could not remove config section 'remote.origin'. 我们需要修改gitconfig文件的内容
4、找到你的github的安装路径,我的是
C:\Users\Admin\AppData\Local\GitHub\PortableGit_6d98349f44ba975cf6c762a720f8259a267ea445\etc
5、找到一个名为gitconfig的文件,打开它把里面的[remote "origin"]那一行删掉就好了!

参考日志

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 203,772评论 6 477
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,458评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 150,610评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,640评论 1 276
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,657评论 5 365
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,590评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,962评论 3 395
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,631评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,870评论 1 297
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,611评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,704评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,386评论 4 319
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,969评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,944评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,179评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 44,742评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,440评论 2 342

推荐阅读更多精彩内容