3
好的我在一個名爲mywebsite
的文件夾中有一個項目,它位於我的mac上我的文檔文件夾中。我如何使用git來版本控制這個文件夾?使用本地文件的git版本控制
每當我嘗試一些東西時,我最終會遇到某種致命的錯誤,現在真的很煩人,你能幫忙嗎?
我做git init
,然後mkdir
然後我試着添加和文件克隆無濟於事。
git init
git mkdir mywebsite
cd mywebsite
git clone file://localhost/Users/me/Documens/sites/mywebsite
fatal '/Users/me/Documens/sites/mywebsite' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
請幫忙!
對於我來說只是工作,所以你可以給的步驟的細節和錯誤 – Mark 2010-09-08 09:36:16
git的初始化git的 mkdir mywebsite cd mywebsite git clone file:// localhost/Users/me/Documens/sites/mywebsite fatal'/ Users/me/Documens/sites/mywebsite'似乎不是git存儲庫 fatal:re mote end意外掛斷 – newbie 2010-09-08 09:38:48
我很困惑你是在創建一個新的git存儲庫還是試圖從另一個文件中獲取文件?如果前乳清git克隆? – Mark 2010-09-08 09:52:58