[PATCH libbsd] Checkout submodule using https (restrictive company firewalls block git protocol)
berndmoessner80 at gmail.com
berndmoessner80 at gmail.com
Mon Nov 13 20:25:41 UTC 2023
From: Bernd Moessner <berndmoesser80gmail.com>
---
.gitmodules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules
index beeaf117..e8f6733e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,4 +3,4 @@
url = https://github.com/freebsd/freebsd.git
[submodule "rtems_waf"]
path = rtems_waf
- url = git://git.rtems.org/rtems_waf.git
+ url = https://git.rtems.org/rtems_waf
--
2.25.1
More information about the devel
mailing list