Couldn't create new repo. Sidekiq.log says nothing unusual.
Created by: blueabysm
Hi all,
I ran into an issue which I googled for a long while but got nothing. I cannot clone my repo after creation.
Sidekiq runs normally:
ps aux | grep sidekiq
git      26270  1.8  3.4 2657440 237864 ?      Sl   17:07   0:36 sidekiq 2.17.0 gitlab [0 of 25 busy]
501      29438  0.0  0.0 103200   780 pts/0    S+   17:40   0:00 grep sidekiq
And here is the last piece of sidekiq.log:
``2014-06-19T09:32:17Z 26270 TID-oxcfn4gy4 GitlabShellWorker JID-555f7bcc695c4005c8d385c3 INFO: start
2014-06-19T09:32:17Z 26270 TID-oxcfn4gy4 GitlabShellWorker JID-555f7bcc695c4005c8d385c3 INFO: done: 0.009 sec
2014-06-19T09:32:31Z 26270 TID-oxcfn4gy4 Sidekiq::Extensions::DelayedMailer JID-259569c646b2ab39a489f00f INFO: start
2014-06-19T09:32:31Z 26270 TID-oxcfn4gy4 Sidekiq::Extensions::DelayedMailer JID-259569c646b2ab39a489f00f INFO: done: 0.061 sec`
Everything seems to be fine.
But I checked the repositories dir: /home/git/repositories/[user name]/, nothing happened.
I could create new user, and it will appear in this directory, so I guess it may not be a privilege issue.
Thanks for any of your help!