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

前端 未结 5 1695
不知归路
不知归路 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:15

    You will need to run git update-server-info on the server to generate the files necessary for the “dumb protocol” to work.

提交回复
热议问题