Search code examples
macosgitmeteorite

meteorite error Cloning Mac


This is the error I keep getting when I try to run meteorite

$ mrt

Stand back while Meteorite does its thing ✓ router tag: https://github.com/tmeasday/meteor-router.git#v0.5.3

/usr/local/lib/node_modules/meteorite/lib/sources/git.js:108 throw "There was a problem cloning repo: " + self.url; ^ There was a problem cloning repo: https://github.com/tmeasday/meteor-router.git

I've tried sudo -H npm install -g meteorite I've installed and reinstalled it a bunch of times I have git installed, I have Xcode installed, I have Homebrew installed and I have meteor. All of those work.

This is my $PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin

This is which Git /usr/local/bin/git

This is which mrt /usr/local/bin/mrt

Not sure if this is relevant but I have two drives in my Mac one that has the user folder and the other that has system files.

Any help? I'm a unix newb so please be very clear on solutions. Thanks


Solution

  • Found the Error, make sure the Volume name has no SPACES. Mine had a few spaces and Meteorite git.js doesn't account for that. Just rename the Volume with no SPACES and it should work.