-
Notifications
You must be signed in to change notification settings - Fork 91
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
Comments
Mani, |
@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. |
Fabien, |
Works also. |
It also works for me. (Ubuntu 11.10) |
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 |
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'... Clone of 'git://github.com/lagadic/flashcode_mbt.git' into submodule path 'flashcode_mbt' failed |
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 |
OK. thanks for the help. not weird. This is a network issue since the same happens on another machine on my network. |
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. |
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! |
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
The text was updated successfully, but these errors were encountered: