0
我想安裝Linux上的方便git的服務器,我得到它的工作使用以下命令試圖建立一個Git服務器上的Linux
git push ssh://[email protected]/~/mirror.git master
git clone ssh://[email protected]/~/mirror.git mirror
但我試圖找出爲什麼我要有「ssh://」
我該怎麼做才能使它在沒有ssh的情況下工作?
你想使用什麼替代方案? HTTP? – 2013-02-15 13:48:04
我是什麼樣的github只是git克隆[email protected]/~/mirror.git鏡像 – techsjs2013 2013-02-15 14:07:37
如果你只是從你的git命令中刪除'ssh://'會發生什麼?你會得到哪個錯誤信息? – 2013-02-15 14:08:29