You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Error message from sudo -E git submodule update was:
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
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
The text was updated successfully, but these errors were encountered: