From f3a756c70ae864425431d475a353c00a20112e37 Mon Sep 17 00:00:00 2001 From: Aaron Son Date: Thu, 15 Aug 2019 12:00:37 -0700 Subject: [PATCH] .gitmodules: Try https instead of git for public gitmodules references. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 169b385bac..cd59b317b4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "proto/third_party/protobuf"] path = proto/third_party/protobuf - url = git@github.com:protocolbuffers/protobuf.git + url = https://github.com/protocolbuffers/protobuf.git [submodule "proto/third_party/googleapis"] path = proto/third_party/googleapis - url = git@github.com:googleapis/googleapis.git + url = https://github.com/googleapis/googleapis.git [submodule "proto/third_party/golang-protobuf"] path = proto/third_party/golang-protobuf url = https://github.com/golang/protobuf.git