From 601c6e772b9b8d4c5c676d4a071f1ab78d71a00b Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Thu, 31 Mar 2022 09:59:07 +0900 Subject: [PATCH] use https:// instead of git:// to solve 'The unauthenticated git protocol on port 9418 is no longer supported.' error --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e24492940..fccaa0ed0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule ".travis"] path = .travis - url = git://github.com/jsk-ros-pkg/jsk_travis + url = https://github.com/jsk-ros-pkg/jsk_travis