Can't save project. Please try again later.
Created by: knoff
- Summary When I try create a new project, it say: Can't save project. Please try again later.
- Reproduse Clean server on Ubuntu 12.04, Ruby 1.9.3, Git 1.8.4, Gitlab 6 installed by instruction. Create new project with any name.
- Expected behavior. When I try create a new project It must create project in repositories folder and project in gilab database, then I can manage project.
- Observed behavior. When I try create a new project, it say: Can't save project. Please try again later. It create project in repositories In gitlab database project is not created
- Relevant logs In sidekiq.log no records about errors. (except cases when i try create project allready exists in repositories folder)
- Output of checks
In gitlab:check I see this:
GitLab Shell version >= 1.7.0 ? ... OK (1.7.1) 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? ... can't check because of previous errors post-receive hooks in repos are links: ... can't check because of previous errors
update file exists and git user is its owner...
7. Posible fixes
Solution described in Issue #3328 (closed) not work for me.