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
link|improve this question

76% accept rate
1  
Migrated to SO as requested by @MildFuzz – Sathya Jun 17 '11 at 10:13
Maybe related to issue #63, quoting: Try running the following command and see if you get an error: git for-each-ref --format='%(refname) %(objecttype) %(objectname) %(*objectname)' – CharlesB Jun 21 '11 at 16:00
feedback

migrated from superuser.com Jun 17 '11 at 10:13

This question came from our site for computer enthusiasts and power users.

2 Answers

up vote 2 down vote accepted

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

link|improve this answer
no joy!! Still doesn't open but opens all over repo's. – Mild Fuzz Jun 21 '11 at 8:51
You should file an issue: github.com/laullon/gitx/issues – CharlesB Jun 21 '11 at 9:23
I'm not sure how to distinguish this repo from others. – Mild Fuzz Jun 21 '11 at 9:39
Can you post the repo on github? any console message? – CharlesB Jun 21 '11 at 10:24
added console messages to question body, but can't post to github for copywrite/ownership issues. – Mild Fuzz Jun 21 '11 at 15:33
feedback

Cloning the repo fixed this for me.

link|improve this answer
Move over to Source Control. Much better – Mild Fuzz Feb 16 at 9:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.