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

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

    Remember also to check that the required modules are enable on apache. These are the required modules for git over HTTP:

    • mod_alias
    • mod_cgi
    • mod_env

提交回复
热议问题