From 0abe3e00d08c3517bf25d5149592469bf6590fc5 Mon Sep 17 00:00:00 2001 From: TT Date: Thu, 26 Sep 2019 08:43:58 +0900 Subject: [PATCH] env: replace git submodule url as http to prevent failure to fetch without github account --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2dd3fd8..11b93a5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "ChibiOS"] path = ChibiOS - url = git@github.com:edy555/ChibiOS.git - branch = I2SFULLDUPLEX \ No newline at end of file + url = https://github.com/edy555/ChibiOS.git + branch = I2SFULLDUPLEX