Skip to content

Commit bf43f7a

Browse files
kokudamartinweismann
authored andcommitted
Using public URL for googletest submodule
Use public URL instead of SSH URL to avoid authentication errors when pulling from googltest. See this for more details. https://salferrarello.com/git-submodule-fatal-read-remote-repository/
1 parent 5efc8b7 commit bf43f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "googletest"]
22
path = UnitTests/googletest
3-
url = git@github.com:google/googletest.git
3+
url = https://github.com/google/googletest.git

0 commit comments

Comments
 (0)