Gitlab refuses to create remote repositories

2019-04-14 03:21发布

问题:

I have installed gitlab 6.5 using this guide.

I have run sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production and everything is green.

The problem is I can't clone or push stuff to the server with HTTP. I saw that the server is not creating a git repository in the folder, but only the wiki.git.

I can push and pull to the wiki.git?