Changes between Initial Version and Version 1 of Ticket #10460


Ignore:
Timestamp:
Oct 10, 2012, 8:03:03 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10460

    • Property Owner changed from anonymous to Herbert Valerio Riedel
    • Property Component changed from SELECT A HACK to GitPlugin
  • Ticket #10460 – Description

    initial v1  
    11When I want to set up TRAC with GIT on my Mac OS X 10.8 sever, I used TRAC 0.12, GIT 1.7.10.2 (Apple Git-33) and install the plugin using "easy_install http://github.com/hvr/trac-git-plugin/tarball/master";
    22
    3 But when I started the TRAC sever, there's an error on the website, which is "Warning: Can't synchronize with repository "(default)" (GIT backend not available). Look in the Trac log for more information.".
     3But when I started the TRAC sever, there's an error on the website, which is:
     4{{{
     5Warning: Can't synchronize with repository "(default)" (GIT backend not available). Look in the Trac log for more information.
     6}}}
    47
    5 So I checked the log and find this error
    6 "Trac[git_fs] ERROR: GitError: Could not retrieve GIT version (tried to execute/parse '/usr/bin/git --version' but got ValueError('too many values to unpack',))"
     8So I checked the log and find this error:
     9{{{
     10Trac[git_fs] ERROR: GitError: Could not retrieve GIT version (tried to execute/parse '/usr/bin/git --version' but got ValueError('too many values to unpack',))
     11}}}
    712
    813Does anyone have some kind of solutions to this problem?