From dcdd03b746c800dead618df2bd5a12e794cdda42 Mon Sep 17 00:00:00 2001 From: Droid-MAX Date: Thu, 20 Apr 2023 00:12:08 +0800 Subject: [PATCH] fix submodules init issue --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c8535d9..541f439 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "switch/p2p_channel"] path = switch/p2p_channel - url = git@github.com:lbl8603/p2p_channel.git + url = https://github.com/lbl8603/p2p_channel