[PATCH] Checkout submodule using https (restrictive company firewalls block git protocol)

Chris Johns chrisj at rtems.org
Mon Nov 13 20:28:01 UTC 2023


Hi Bernd,

Thanks for this. Which repo and branch is this for?

Chris

On 14/11/2023 7:09 am, berndmoessner80 at gmail.com wrote:
> 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


More information about the devel mailing list