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 submodule update command fails on Ubuntu 12.04 #90

Open
jsavage opened this issue Aug 6, 2013 · 0 comments
Open

git submodule update command fails on Ubuntu 12.04 #90

jsavage opened this issue Aug 6, 2013 · 0 comments

Comments

@jsavage
Copy link

jsavage commented Aug 6, 2013

Error message from sudo -E git submodule update was:

fatal: unable to connect to git.sv.gnu.org:
git.sv.gnu.org[0: 140.186.70.72]: errno=Connection timed out
Unable to fetch in submodule path 'dependencies/autoconf-2.69'

The url in last line of .gitmodules seems incorrect as I cannot browse to it.

so i tried changing this to:
url = http://git.savannah.gnu.org/r/autoconf.git

Now I get the following error from git submodule update

fatal: Needed a single revision
Unable to find current revision in submodule path 'dependencies/autoconf-2.69'

I get the same error if I use the git:// protocol in the above URL too

Any ideas on a solution would be welcome.

James

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

1 participant