close

最近想把vimrc和bashrc等設定檔作同步,想說大家都在用git,所以就不用svn 改用git 看看了

但是在同步的時候卻遇到了問題,本來想說直接輸入看看

git clone git位置

結果出現錯誤: fatal: destination path 'home目錄' git clone already exists and is not an empty directory

因為我的home目錄已經存在 而且也沒辦法merge = =,沒辦法,只好來找一下資料。

說真的還找得滿久的,以下是我覺得算是比較能接受的一種解決方法(有其他方法歡迎提供QQ)

git init
git remote add origin gitpath
git fetch
git branch master origin/master
git checkout master

在家目錄下作以上動作,接著就可以看到git上的.bashrc終於出現在我的家目錄底下了orz

 

參考網頁

http://code.google.com/p/tortoisegit/issues/detail?id=204

arrow
arrow
    文章標籤
    git
    全站熱搜
    創作者介紹
    創作者 卡卡 的頭像
    卡卡

    卡卡的程式部落格

    卡卡 發表在 痞客邦 留言(0) 人氣()