Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteorite fails at cloning from git repo #285

Open
jornmo opened this issue Jul 12, 2014 · 11 comments
Open

Meteorite fails at cloning from git repo #285

jornmo opened this issue Jul 12, 2014 · 11 comments

Comments

@jornmo
Copy link

jornmo commented Jul 12, 2014

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
Copy link
Member

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 (#285).

@jornmo
Copy link
Author

jornmo commented Jul 14, 2014

Yes, git works

@tmeasday
Copy link
Member

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

@jornmo
Copy link
Author

jornmo commented Jul 14, 2014

Have tried that, didn't work :/

@tmeasday
Copy link
Member

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

@jornmo
Copy link
Author

jornmo commented Jul 14, 2014

The EventedMind-folder is empty

@jornmo
Copy link
Author

jornmo commented Jul 14, 2014

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

@tmeasday
Copy link
Member

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 (#285 (comment)).

@jornmo
Copy link
Author

jornmo commented Jul 14, 2014

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
Copy link
Member

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
Copy link
Author

jornmo commented Jul 14, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants