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

git submodules issue? #13

Closed
manisoftwartist opened this issue Oct 1, 2013 · 11 comments
Closed

git submodules issue? #13

manisoftwartist opened this issue Oct 1, 2013 · 11 comments

Comments

@manisoftwartist
Copy link

I tried to clone this repo using --recursive but the visp_auto_tracker module fails to clone.

$ git clone --recursive git@github.com:laas/vision_visp.git

Cloning into 'vision_visp'...
remote: Counting objects: 422, done.
remote: Compressing objects: 100% (200/200), done.
remote: Total 422 (delta 210), reused 420 (delta 209)
Receiving objects: 100% (422/422), 54.40 KiB, done.
Resolving deltas: 100% (210/210), done.
Submodule 'visp_auto_tracker' (git://github.com/lagadic/visp_auto_tracker.git) registered for path 'visp_auto_tracker'
Submodule 'visp_bridge' (git://github.com/lagadic/visp_bridge.git) registered for path 'visp_bridge'
Submodule 'visp_camera_calibration' (git://github.com/lagadic/visp_camera_calibration.git) registered for path 'visp_camera_calibration'
Submodule 'visp_hand2eye_calibration' (git://github.com/lagadic/visp_hand2eye_calibration.git) registered for path 'visp_hand2eye_calibration'
Submodule 'visp_tracker' (git://github.com/laas/visp_tracker.git) registered for path 'visp_tracker'
Cloning into 'visp_auto_tracker'...

fatal: unable to connect to github.com:
github.com[0: 192.30.252.130]: errno=Connection timed out

Clone of 'git://github.com/lagadic/visp_auto_tracker.git' into submodule path 'visp_auto_tracker' failed

@fspindle
Copy link
Contributor

fspindle commented Oct 1, 2013

Mani,
It works for me ! Could you retry.
Fabien

@manisoftwartist
Copy link
Author

@fspindle really? I retried. It fails on both my Ubuntu12.04LTS virtual machine and also on the fedora17 machine. Also checked with a colleague who has Ubuntu. It times out. same problem.

@manisoftwartist
Copy link
Author

Fabien,
Could you try with https instead of git protocol?
$ git clone --recursive https://github.com/laas/vision_visp.git

@fspindle
Copy link
Contributor

fspindle commented Oct 1, 2013

Works also.

@ayol
Copy link

ayol commented Oct 2, 2013

It also works for me. (Ubuntu 11.10)
Is it still timing out today?
Aurélien

@manisoftwartist
Copy link
Author

Merci Aurélien. And I tried on fedora17 machine today and it times out. Same error. What is your git version? Mine is git version 1.7.11.7

@manisoftwartist
Copy link
Author

I tried cloning lagadic's visp_auto_tracker separately..And the flash mbt submodule times out and fails in a similar manner.

$ git clone --recursive https://www.github.com/lagadic/visp_auto_tracker.git

Cloning into 'visp_auto_tracker'...
remote: Counting objects: 275, done.
remote: Compressing objects: 100% (222/222), done.
remote: Total 275 (delta 154), reused 157 (delta 42)
Receiving objects: 100% (275/275), 44.52 KiB, done.
Resolving deltas: 100% (154/154), done.
Submodule 'flashcode_mbt' (git://github.com/lagadic/flashcode_mbt.git) registered for path 'flashcode_mbt'
Cloning into 'flashcode_mbt'...
fatal: unable to connect to github.com:
github.com[0: 192.30.252.131]: errno=Connection timed out

Clone of 'git://github.com/lagadic/flashcode_mbt.git' into submodule path 'flashcode_mbt' failed

@ayol
Copy link

ayol commented Oct 2, 2013

Cloning lagadic's repository also works for me. For information, I use Git 1.7.5.4.

To be sure I also asked Bertrand to test it. He has Git 1.8.1.4 and Fedora 18, and everything works fine for him too...

Aurélien

@manisoftwartist
Copy link
Author

OK. thanks for the help. not weird. This is a network issue since the same happens on another machine on my network.

@fspindle fspindle closed this as completed Oct 2, 2013
@manisoftwartist
Copy link
Author

Just updating for information. The native git protocol uses port 443 for the main repo and port 9418 for the submodules. If this port is firewalled on the network, recursive clone times out and fails.

@Arieg419
Copy link

hey, i just wanted to say that I had the same exact error.

I tried generating the app while using my Universities wifi. They have a firewall which prevented me from connecting to github. As soon as I connected through my phone, it wokred no problem.

Hope this helps someone,

Cheers!

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

4 participants