Gitolite error .gitolite.rc' seems to be for older gitolite; please see doc/g2migr.mkd

血红的双手。 提交于 2019-12-01 10:39:49

You have installed through rpm an old version of gitolite: a V2 instead of the more mature V3 (which includes gitolite-shell).

I would recommend installing gitolite by cloning the GitHub repo

git clone git://github.com/sitaramc/gitolite

And following the installation documentation for Gitolite V3.
And then follow git gitolite setup:

gitolite setup -pk alice.pub

(that is the new form of what used to be gl-setup in gitolite V2)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!