caged/gitnub

Warning message upon launch

Closed this issue · 6 comments

after running nub from the command line I get the message The document “” could not be opened. GitNub cannot open files in the “folder” format.

The app works fine otherwise.

I get the same.

Any update on this issue?

I have a workaround:-

edit the nub.sh file which is moved to /usr/local/bin

Comment out:- # open -b com.alternateidea.rubycocoa.GitNubApp .

and enter this:- open -a /Applications/GitNub.app

Also make sure that GitNub.app is in the Applications folder.

Excellent, works great.

Workaround fixes it. So simple I didn't even think of it :-(

or you could just remove the final "." ('s/ . //g')