oortcloud / meteorite

Installer & smart package manager for Meteor
http://oortcloud.github.com/meteorite/
MIT License
841 stars 106 forks source link

Meteorite fails at cloning from git repo #285

Open jornmo opened 10 years ago

jornmo commented 10 years ago

I've just installed meteorite on two of my Manjaro PCs and both gives the same error when trying to add packages. I've tried to reinstall meteorite, run with sudo, check that git is installed but none of it worked.

This is what happens:

$ mrt add iron-router
✓ iron-router
    tag: https://github.com/EventedMind/iron-router.git#v0.7.1
child process timed out, no activity for 15 seconds 

ERROR: null Command failed: Cloning into '/home/myuser/.meteorite/source/EventedMind/iron-router'...
remote: Reusing existing pack: 3288, done.        
remote: Total 3288 (delta 0), reused 0 (delta 0)         KiB/s   
Receiving objects: 100% (3288/3288), 841.35 KiB | 335.00 KiB/s, done.
Resolving deltas: 100% (1871/1871), done.
Checking connectivity... done.
Unexpected end of command stream

STDOUT:  

STDERR: Cloning into '/home/myuser/.meteorite/source/EventedMind/iron-router'...
remote: Reusing existing pack: 3288, done.        
remote: Total 3288 (delta 0), reused 0 (delta 0)         KiB/s   
Receiving objects: 100% (3288/3288), 841.35 KiB | 335.00 KiB/s, done.
Resolving deltas: 100% (1871/1871), done.
Checking connectivity... done.
Unexpected end of command stream

/usr/lib/node_modules/meteorite/lib/sources/git.js:124
        throw "There was a problem cloning repo: " + self.url +
                                                              ^
There was a problem cloning repo: https://github.com/EventedMind/iron-router.git
Please check https://github.com/oortcloud/meteorite/blob/master/CONTRIBUTING.md#troubleshooting for potential explanations.
tmeasday commented 10 years ago

Hi there.

Can you run git clone https://github.com/EventedMind/iron-router.git (https://github.com/EventedMind/iron-router.git#v0.7.1) on the machine?

On Sunday, 13 July 2014 at 6:03 am, jornmo wrote:

I've just installed meteorite on two of my Manjaro PCs and both gives the same error when trying to add packages. I've tried to reinstall meteorite, run with sudo, check that git is installed but none of it worked. This is what happens: $ mrt add iron-router ✓ iron-router tag: https://github.com/EventedMind/iron-router.git#v0.7.1 child process timed out, no activity for 15 seconds ERROR: null Command failed: Cloning into '/home/myuser/.meteorite/source/EventedMind/iron-router'... remote: Reusing existing pack: 3288, done. remote: Total 3288 (delta 0), reused 0 (delta 0) KiB/s Receiving objects: 100% (3288/3288), 841.35 KiB | 335.00 KiB/s, done. Resolving deltas: 100% (1871/1871), done. Checking connectivity... done. Unexpected end of command stream STDOUT: STDERR: Cloning into '/home/myuser/.meteorite/source/EventedMind/iron-router'... remote: Reusing existing pack: 3288, done. remote: Total 3288 (delta 0), reused 0 (delta 0) KiB/s Receiving objects: 100% (3288/3288), 841.35 KiB | 335.00 KiB/s, done. Resolving deltas: 100% (1871/1871), done. Checking connectivity... done. Unexpected end of command stream /usr/lib/node_modules/meteorite/lib/sources/git.js:124 throw "There was a problem cloning repo: " + self.url + ^ There was a problem cloning repo: https://github.com/EventedMind/iron-router.git Please check https://github.com/oortcloud/meteorite/blob/master/CONTRIBUTING.md#troubleshooting for potential explanations.

— Reply to this email directly or view it on GitHub (https://github.com/oortcloud/meteorite/issues/285).

jornmo commented 10 years ago

Yes, git works

tmeasday commented 10 years ago

Hmm, not sure then. I would try mrt uninstall --system on that machine and try again.

jornmo commented 10 years ago

Have tried that, didn't work :/

tmeasday commented 10 years ago

Does it end up properly checked out in /home/myuser/.meteorite/source/EventedMind/iron-router ?

jornmo commented 10 years ago

The EventedMind-folder is empty

jornmo commented 10 years ago

Could it be that Manjaro uses a very new version of Git that is not tested with meteorite?

tmeasday commented 10 years ago

It could be. I’m not really sure where to take it now :/

On Monday, 14 July 2014 at 11:18 pm, jornmo wrote:

Could it be that Manjaro uses a very new version of Git that is not tested with meteorite?

— Reply to this email directly or view it on GitHub (https://github.com/oortcloud/meteorite/issues/285#issuecomment-48898150).

jornmo commented 10 years ago

The only thing then would perhaps be if you tried Manjaro on a VM and saw for yourself... but that's kind of a big job... I guess I'll just use Nitrous or something until it hopefully somehow gets solved :)

tmeasday commented 10 years ago

Yeah, sorry, normally I would, but given that Meteorite days are probably numbered in the weeks I don't think it's worth the effort :)

jornmo commented 10 years ago

That's right, Meteor 1.0 will ship with "meteorite" built in :) Thanks for your time anyways!