From 239ca7b835a58366382bdba11d22cedf02732043 Mon Sep 17 00:00:00 2001 From: "bobo.yang" Date: Thu, 7 Dec 2023 09:11:21 +0800 Subject: [PATCH] replace https with git in .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b371a2a..acc49b1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tools"] path = tools - url = https://github.com/devchat-ai/devchat-vscode-tools.git + url = git@github.com:devchat-ai/devchat-vscode-tools.git