From 7869d45a8be031ba7efb4c5549d9c8814391b3ca Mon Sep 17 00:00:00 2001 From: liudonghua Date: Wed, 12 Jul 2023 04:40:01 +0000 Subject: [PATCH] change cpython submodule url from git to https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 63d29b4..5e86928 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cpython"] path = cpython - url = git@github.com:python/cpython.git + url = https://github.com/python/cpython.git