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.
Use the url like
will some get the error when exec
git submodule update --init --recursive
like thisso change the protocol from ssh to https . it will clone well.
Signed-off-by: juteman hhjuteman@gmail.com