Reputation: 693
I'm trying to install the Coffeescript bundle into TextMate via terminal.
I cd to the correct directory but when I try the git command I get:
"Launch of "git" failed: the PowerPC architecture is no longer supported." I imagine that's because I upgraded to Lion. But this seems ridiculous that I can't git anymore.
And manual install doesn't work because the bundle is a group of folders, not a single file like all the other bundles in the Bundles section of the application.
Any suggestions?
Thanks, Charlie Magee
Upvotes: 1
Views: 386
Reputation: 196789
You don't need Git to install a TextMate bundle:
coffeescript.tmbundle
Your Git problem is probably because your git
is a PowerPC executable or an universal executable. You should re-install it.
A few things are missing from your question: When/how did you install git
? Do you use it often? Does it work elsewhere? What was the previous version of your OS?
Upvotes: 2