Gitolite git clone error

后端 未结 7 2078
小鲜肉
小鲜肉 2020-12-01 15:39

I am trying to setup gitolite on my server (Macos server).

I followed the instructions in the INSTALL document found here : http://sitaramc.github.com/gitolite/doc/1

7条回答
  •  伪装坚强ぢ
    2020-12-01 16:03

    It seems the correct fix to this error is to add

    $ENV{GIT_EXEC_PATH} = "/usr/libexec/git-core";
    

    to your .gitolite.rc file.

提交回复
热议问题