can't clone git repos via http; info/refs not found

前端 未结 5 1652
不知归路
不知归路 2021-02-04 01:41

I am trying to make a git repository available for read-only access over http.

I am doing it the old-style way because git-http-backend is not available o

5条回答
  •  执念已碎
    2021-02-04 02:30

    I had the same error trying to clone a gitlab project because I set a wrong path !
    I took the SSH path instead of the HTTP path. (+ do not forget the .git)

    git clone *HTTP_path.git*
    

提交回复
热议问题