From f8eec4d6c876b463bcea7e4542c14049bc51df30 Mon Sep 17 00:00:00 2001 From: HuazyYang Date: Mon, 23 Mar 2026 17:42:17 +0800 Subject: [PATCH] opt: submodules use ssh instead of https due to unstable network --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 244a490..2173cb9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,16 +3,16 @@ url = ../NVRHI.git [submodule "thirdparty/imgui"] path = thirdparty/imgui - url = https://github.com/ocornut/imgui + url = git@github.com:ocornut/imgui.git [submodule "thirdparty/stb"] path = thirdparty/stb - url = https://github.com/nothings/stb.git + url = git@github.com:nothings/stb.git [submodule "thirdparty/glfw"] path = thirdparty/glfw - url = https://github.com/glfw/glfw.git + url = git@github.com:glfw/glfw.git [submodule "thirdparty/cgltf"] path = thirdparty/cgltf - url = https://github.com/jkuhlmann/cgltf + url = git@github.com:jkuhlmann/cgltf.git [submodule "ShaderMake"] path = ShaderMake - url = https://github.com/NVIDIA-RTX/ShaderMake.git + url = git@github.com:NVIDIA-RTX/ShaderMake.git