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
Hello. When creating / deleting storage, as well as for any saving settings inside the plugin get the error "Internal Server Error" that just did not know where to dig.
Started GET "/projects/pinstudio/repositories/new" for 127.0.0.1 at 2017-02-06 18:17:18 +0300
Processing by RepositoriesController#new as HTML
Parameters: {"project_id"=>"pinstudio"}
Current user: AV (id=13)
Rendered repositories/_form.html.erb (3.6ms)
Rendered repositories/new.html.erb within layouts/base (4.9ms)
Completed 200 OK in 95ms (Views: 30.1ms | ActiveRecord: 46.5ms)
Started GET "/projects/pinstudio/repositories/new?repository_scm=Xitolite" for 127.0.0.1 at 2017-02-06 18:17:22 +0300
Processing by RepositoriesController#new as JS
Parameters: {"repository_scm"=>"Xitolite", "project_id"=>"pinstudio"}
Current user: AV (id=13)
Rendered repositories/_form.html.erb (3.4ms)
Rendered repositories/new.html.erb (4.5ms)
Rendered repositories/new.js.erb (5.3ms)
Completed 200 OK in 68ms (Views: 6.3ms | ActiveRecord: 45.2ms)
Started POST "/projects/pinstudio/repositories" for 127.0.0.1 at 2017-02-06 18:17:25 +0300
Processing by RepositoriesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"==", "repository_scm"=>"Xitolite", "repository"=>{"is_default"=>"0", "identifier"=>"testliverepo", "path_encoding"=>"", "create_readme"=>"false", "enable_git_annex"=>"false"}, "commit"=>"Создать", "project_id"=>"pinstudio"}
Current user: AV (id=13)
Redirected to http://thin_server/projects/pinstudio/settings/repositories
Completed 500 Internal Server Error in 160ms (ActiveRecord: 129.3ms)
Rugged::ConfigError (Error stat'ing config file '/root/.gitconfig'):
lib/redmine/sudo_mode.rb:63:in `sudo_mode'`
Version plugin: 1.2.1
Version Git: 2.1.4
Redmine: 3.2.0
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! It seems that Redmine is running with the root user : Rugged::ConfigError (Error stat'ing config file '/root/.gitconfig'):
Redmine must run with a normal user.
Hello. When creating / deleting storage, as well as for any saving settings inside the plugin get the error "Internal Server Error" that just did not know where to dig.
Version plugin: 1.2.1
Version Git: 2.1.4
Redmine: 3.2.0
Thanks!
The text was updated successfully, but these errors were encountered: