GPUOpen-Effects / TressFX

DirectX 12 and Vulkan libraries that provide convenient access to realistically rendered and simulated hair and fur
MIT License
766 stars 129 forks source link

change the .gitmodules from ssh to https #41

Closed juteman closed 3 years ago

juteman commented 4 years ago

Use the url like

git@github.com:GPUOpen-LibrariesAndSDKs/Cauldron.git

will some get the error when exec git submodule update --init --recursive like this

Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:GPUOpen-LibrariesAndSDKs/Cauldron.git' into submodule path

so change the protocol from ssh to https . it will clone well.

Signed-off-by: juteman hhjuteman@gmail.com