6
我使用git-instaweb在本地機器上安裝了一個git web服務器。git-instaweb和git-clone
現在我希望能夠從回購克隆,但是當我試圖
git clone http://localhost:1234
它給了我一個錯誤:
fatal: http://localhost:1234/info/refs not found: did you run git update-server-info on the server?
git update-server-info
沒有幫助。有人有解決這個問題嗎?
預先感謝您。
是的,當然,git-daemon可以做到這一點,但使用相同的url會很好,不是嗎?另一方面,Hg可以讓你從http服務回購站拉。所以我想,應該可以爲git做同樣的事情。 – Ritchie 2011-03-08 02:54:19
Git也可以從HTTP服務的回購站點獲取。但這不是git-instaweb提供的。 – 2011-03-08 02:56:06
對不起,我試圖說「從同一個http服務回購」,由服務的hg服務。 – Ritchie 2011-03-08 03:05:29