Actions
Defect #11841
opengit log error: git exited with non-zero status: 128
Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I keep on seing this message in the logs whenever I hit the Repository tab in my project.
I'm quite sure this is the line generating the noise.
lib/redmine/scm/adapters/git_adapter.rb 200: cmd_args = %w|log --no-color --encoding=UTF-8 --raw --date=iso --pretty=fuller --parents --stdin|
SVN Version 10390
About your application's environment Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.8.11 Rack version 1.4 Rails version 3.2.8 Active Record version 3.2.8 Action Pack version 3.2.8 Active Resource version 3.2.8 Action Mailer version 3.2.8 Active Support version 3.2.8 Middleware Rack::Cache, ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x7f9dda7aa588>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Callbacks, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, ActionDispatch::Head, Rack::ConditionalGet, Rack::ETag, ActionDispatch::BestStandardsSupport, OpenIdAuthentication Application root /srv/redmine/redmine Environment production Database adapter mysql Database schema version 20120731164049
Related issues
Updated by Raphael Kallensee about 12 years ago
I have the same problem (with Redmine 2.0.3). But maybe this is depending on the git version. I have the error on one machine running Git 1.5.6.5 (Debian Lenny), but on a machine with Git 1.7.0.4 (Ubuntu Lucid) there are no problems - with the same repository (I pushed to both).
Updated by Jan Kundrát almost 12 years ago
#12505 (with a patch) looks like a duplicate of this one. If my assumption is correct, the problem is not realted to the version of git but to the frequency in which git gc
is run.
Actions