404 Not Found on .git links
Created by: ghost
Hi Everyone,
I'm trying to setup my Gitlab so I can use the generated .git links, but all of them give 404 Not Found errors, here is the log from below:
Started GET "/gitlab/route.git" for 192.168.1.20 at 2013-07-05 23:41:46 -0300
Processing by ProjectsController#show as HTML
Parameters: {"id"=>"route.git"}
[1m[36mUser Load (0.2ms)[0m [1mSELECT users
.* FROM users
WHERE users
.id
= 3 LIMIT 1[0m
[1m[35mProject Load (0.3ms)[0m SELECT projects
.* FROM projects
WHERE projects
.path
= 'route.git' AND projects
.namespace_id
IS NULL ORDER BY projects
.id
DESC LIMIT 1
Rendered public/404.html (0.3ms)
Filter chain halted as :project rendered or redirected
Completed 404 Not Found in 73ms (Views: 5.8ms | ActiveRecord: 2.0ms)
Check:
Checking Environment ...
Git configured for git user? ... yes Has python2? ... yes python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.4.0 ? ... OK (1.4.0) Repo base directory exists? ... yes Repo base directory is a symlink? ... no Repo base owned by git:git? ... yes Repo base access is drwxrws---? ... yes post-receive hook up-to-date? ... yes post-receive hooks in repos are links: ... Gian / Test Projects ... repository is empty Route ... ok Adam ... repository is empty iCodeStuff ... repository is empty EPIC ... repository is empty
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Checking Sidekiq ... Finished
Checking GitLab ...
Database config exists? ... yes Database is SQLite ... no All migrations up? ... yes GitLab config exists? ... yes GitLab config outdated? ... no Log directory writable? ... yes Tmp directory writable? ... yes Init script exists? ... yes Init script up-to-date? ... yes Projects have satellites? ... Gian / Test Projects ... can't create, repository is empty Route ... yes Adam ... can't create, repository is empty iCodeStuff ... can't create, repository is empty EPIC ... can't create, repository is empty Redis version >= 2.0.0? ... yes Your git bin path is "/usr/bin/git" Git version >= 1.7.10 ? ... yes (1.8.1)
Checking GitLab ... Finished
I've already run the sql query provided in another issue to fix the namespace, but that didn't help.
Thanks