NVIDIAGameWorks / RTXDI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't access submodules

BenjaminGu opened this issue · comments

I have successfully cloned the RTXDI repository.
But, I can't access submodule repositories.
The error message is as follows.

git.exe submodule update --init
Cloning into 'D:/Projects/RTXDI/NRD'...
remote: Repository not found.
fatal: repository 'https://github.com/NVIDIAGameWorks/RayTracingDenoiser.git/' not found
fatal: clone of 'https://github.com/NVIDIAGameWorks/RayTracingDenoiser.git' into submodule path 'D:/Projects/RTXDI/NRD' failed
Failed to clone 'NRD'. Retry scheduled
Cloning into 'D:/Projects/RTXDI/NRD'...
remote: Repository not found.
fatal: repository 'https://github.com/NVIDIAGameWorks/RayTracingDenoiser.git/' not found
fatal: clone of 'https://github.com/NVIDIAGameWorks/RayTracingDenoiser.git' into submodule path 'D:/Projects/RTXDI/NRD' failed
Failed to clone 'NRD' a second time, aborting

What should I do?

Correct.
But, even if the NRD repository fails to clone, the RTXDI app should still build, just without the denoiser.

Thank you for your prompt response.