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

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

    I have had this issue when the remote is running on a git repository 1.7.X and the git client is 1.8.X ; I proved it by downgrading my client to 1.7.X - this fixed the issue. So make sure git is the same version on "client" and "server" sides. The command I was running was git clone .

提交回复
热议问题