Git Pull 錯誤

當是用TortoiseGit 從多個源 Pull過數據後, 不能再使用默認的 Remote origin選項進行Pull操做. git

每一個工程 Commit\Push前須要Pull操做時, 採用獨立的URL 即 下面的選項 Arbitrary URL , 填寫獨立的URL.


在Pull時, 每一個不一樣的項目地址,進行單獨地址Pull操做和Commit操做. 即選擇 Arbitrary URL選項,填入遠程項目地址, 使用過的URL會有記錄,選擇便可.

Pull正確以下:gitlab





不然出現 錯誤:
    
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) (3463 ms @ 2014/11/18 16:56:38)






相關文章
相關標籤/搜索