mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Support https protocol for git submodules for rust
Currently submodules are using the git protocol. Git protocol is blocked by certain corporate networks which makes it difficult to sync the submodules. Replacing the git protocol with https in order to sync the submodules.
This commit is contained in:
parent
5f13e9ccc2
commit
f9f8a3e72c
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,6 +1,6 @@
|
||||
[submodule "src/llvm"]
|
||||
path = src/llvm
|
||||
url = git://github.com/brson/llvm.git
|
||||
url = https://github.com/brson/llvm.git
|
||||
[submodule "src/libuv"]
|
||||
path = src/libuv
|
||||
url = git://github.com/brson/libuv.git
|
||||
url = https://github.com/brson/libuv.git
|
||||
|
Loading…
Reference in New Issue
Block a user