use https instead of ssh for google/re2 repository

re2 is the only submodule which uses ssh instead of https. As ssh always requires key configuration, https is the better choice is you simply want to clone the repo.
pull/23801/head
Steffen Zimmermann 5 years ago committed by GitHub
parent b5d485db21
commit 0c538b3eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitmodules

2
.gitmodules vendored

@ -22,7 +22,7 @@
url = https://github.com/google/boringssl.git url = https://github.com/google/boringssl.git
[submodule "third_party/re2"] [submodule "third_party/re2"]
path = third_party/re2 path = third_party/re2
url = git://github.com/google/re2.git url = https://github.com/google/re2.git
[submodule "third_party/cares/cares"] [submodule "third_party/cares/cares"]
path = third_party/cares/cares path = third_party/cares/cares
url = https://github.com/c-ares/c-ares.git url = https://github.com/c-ares/c-ares.git

Loading…
Cancel
Save