You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. I've installed the plugin following the manual, it show many green ticks in its "Config check" setings tab, but creating new repositories don't work. I've set "DEBUG" verbosity for logs, but this still isn't sufficient to find out the problem. Here is an excerpt from tail -f redmine/log/git_hosting.log output:
2015-06-29 01:03:26 +0300 [INFO] User 'admin' created a new repository 'test4/test6'
2015-06-29 01:03:26 +0300 [INFO] Accessing gitolite-admin.git at '/tmp/redmine_git_hosting/git/gitolite-admin.git'
2015-06-29 01:03:27 +0300 [INFO] add_repository : repository 'test4/test6' does not exist in Gitolite, create it ...
2015-06-29 01:03:27 +0300 [DEBUG] add_repository : repository path 'repositories/test4/test6.git'
2015-06-29 01:03:27 +0300 [INFO] add_repository : commiting to Gitolite...
2015-06-29 01:03:28 +0300 [INFO] add_repository : let Gitolite create empty repository 'repositories/test4/test6.git'
2015-06-29 01:03:30 +0300 [INFO] Execute Gitolite Plugins
2015-06-29 01:03:30 +0300 [DEBUG] Lookup for git_cache_id with repository path 'repositories/test4/test6.git' ...
2015-06-29 01:03:30 +0300 [DEBUG] git_cache_id found : test4/test6
2015-06-29 01:03:30 +0300 [DEBUG] Lookup for git_cache_id with repository path 'repositories/test4/test6.git' ...
2015-06-29 01:03:30 +0300 [DEBUG] git_cache_id found : test4/test6
2015-06-29 01:03:30 +0300 [ERROR] Git exited with non-zero status : 128
I'd be happy if it shows me the exact commands it tries to launch, but none of that is visible. BTW, what could be wrong here?
The text was updated successfully, but these errors were encountered:
Hi there. I've installed the plugin following the manual, it show many green ticks in its "Config check" setings tab, but creating new repositories don't work. I've set "DEBUG" verbosity for logs, but this still isn't sufficient to find out the problem. Here is an excerpt from
tail -f redmine/log/git_hosting.log
output:I'd be happy if it shows me the exact commands it tries to launch, but none of that is visible. BTW, what could be wrong here?
The text was updated successfully, but these errors were encountered: