Skip to content

Commit

Permalink
Update libuv sumodule URL to use the git:// protocol.
Browse files Browse the repository at this point in the history
Numerous people seem to have trouble with the https:// protocol.
If you want to use a different protocol, just edit the git config
file (.git/config) and update the setting under the deps/libuv
stanza:

    [submodule "deps/libuv"]
    	url = git://github.com/JuliaLang/libuv.git

Put whatever URL you want to use in there.
  • Loading branch information
StefanKarpinski committed Jun 21, 2012
1 parent 7b2a1cc commit 14e2874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "deps/libuv"]
path = deps/libuv
url = https://github.com/JuliaLang/libuv.git
url = git://github.com/JuliaLang/libuv.git

0 comments on commit 14e2874

Please sign in to comment.