From 491a0d648b8e245d04842f5ffed5ba9e3d087d48 Mon Sep 17 00:00:00 2001 From: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> Date: Thu, 20 Oct 2022 15:19:09 +0200 Subject: [PATCH] Use HTTPS access instead of ssh/git for gtest. (#2009) * Use HTTPS access instead of ssh/git for gtest. --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a9ef4578..60848fb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,5 +19,6 @@ url = https://github.com/pybind/pybind11.git [submodule "ext/googletest"] path = ext/googletest - url = git@github.com:google/googletest.git + url = https://github.com/google/googletest.git branch = release-1.12.1 + -- GitLab