Using https over git protocol for ycmd submodule
This commit is contained in:
parent
16be992730
commit
56ee914b2e
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -6,4 +6,4 @@
|
|||||||
url = https://github.com/kennethreitz/requests
|
url = https://github.com/kennethreitz/requests
|
||||||
[submodule "third_party/ycmd"]
|
[submodule "third_party/ycmd"]
|
||||||
path = third_party/ycmd
|
path = third_party/ycmd
|
||||||
url = git@github.com:Valloric/ycmd.git
|
url = https://github.com/Valloric/ycmd
|
||||||
|
Loading…
Reference in New Issue
Block a user