How visualice multiples repos and clone them (git instaweb, gitlist, gitlab)

白昼怎懂夜的黑 提交于 2019-12-11 05:08:25

问题


I have a huge collection of git bare repos and I want to be able to see the list of the repos and clone them in a public way.

I have tried the following:

  • git instaweb. Even in doc shows that is possible to view multiple repos, but it doesn't works. I have posted this question
  • gitlist only list repos. There is an feature request which seems to be forgotten.
  • gitlab-ce I'm able to sync the new repos automatically via CLI but each new repos is imported as private and I haven't found how to make it public via CLI. As the number of repos could grow or shrink, all the processes must be automatic.

Taking into account the issues mentioned previously. Is there any way to public list a collection of repos and be able to clone them?


回答1:


Finally I used Cgit. Very easy to set up and only with the features I was looking for.



来源:https://stackoverflow.com/questions/38348407/how-visualice-multiples-repos-and-clone-them-git-instaweb-gitlist-gitlab

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