码迷,mamicode.com
首页 > 其他好文 > 详细

关于GIT合并出错的记录

时间:2015-07-16 18:31:38      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:

今天给美术解决GIT资源冲突时碰到的问题,搞了挺长时间终于解决了。参看下面这个网址:http://www.bujichong.com/m/68

今天git一小部分代码发现出错了,

上网查了一下,

大体情况清楚了,

大概是在家里git提交过代码

2个问题:

1,本地未更新

2,我github我建立了多个项目,目录路径不一致,直接提交 origin会有问题

 

登录github,把对应的url地址复制到提交地址里,再更新提交,ok,解决

 

 
技术分享
 
在Pull时, 每个不同的项目地址,进行单独地址Pull操作和Commit操作. 即选择 Arbitrary URL选项,填入远程项目地址, 使用过的URL会有记录,选择即可.
技术分享

Pull正确如下:

 

技术分享

 

否则出现错误:

git.exe pull -v –progress         “origin”
 
/libexec/git-core/git-sh-setup: line 83: /bin/sed: Bad file number
From gitlab.bigdata.leshiren.com:datawarehouse/daily_computing
= [up to date]      develop    -> origin/develop
= [up to date]      master     -> origin/master
= [up to date]      mobileDaliyData -> origin/mobileDaliyData
= [up to date]      new_songtao_job -> origin/new_songtao_job
D:\Program Files (x86)\Git/libexec/git-core\git-pull: line 268: /bin/tr: Bad file number
Your configuration specifies to merge with the ref ‘develop’
from the remote, but no such ref was fetched.
 
 
git did not exit cleanly (exit code 1)
 
 
技术分享

 

关于GIT合并出错的记录

标签:

原文地址:http://www.cnblogs.com/designyourdream/p/4651551.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!