Mild Fuzz
Mild Fuzz

Reputation: 30661

BrotherBard's GitX won't load a certain repo

I am trying to use BrotherBard's excellent fork of Gitx, on a certain repo. It works on all other repo's but just will not load this one. It seems to be a valid repo, and terminal access is fine.


To clarify: It won't open. The window doesn't open, nothing happens. All over repo's on my local machine load fine


EDIT Added Console Logs

Here are the console logs

    21/06/2011 09:49:21 GitX[14750] Could not connect the action discussGitX: to target of class ApplicationController
    21/06/2011 09:49:21 GitX[14750] Error loading /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader:  dlopen(/Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader, 265): no suitable image found.  Did find:
        /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader: GC capability mismatch
21/06/2011 09:49:46 GitX[14750] *** -[NSCFDictionary setObject:forKey:]: attempt to insert nil key

Upvotes: 2

Views: 357

Answers (2)

kball
kball

Reputation: 4971

Cloning the repo fixed this for me.

Upvotes: 0

CharlesB
CharlesB

Reputation: 90276

Try Laullon fork, less buggy and has more features than brotherboard's version.

Upvotes: 2

Related Questions