Skip to content

Git cannot clone submodule drjit #1210

Answered by merlinND
yangocean-sudo asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @yangocean-sudo,

The master branch is undergoing a lot of development at the moment and can be unstable. I would recommend checking out the last tagged version and trying to pull again:

git clone --recursive https://github.com/mitsuba-renderer/mitsuba3 --branch v3.5.2

Or, keeping your existing clone, something like (untested):

cd mitsuba3
git checkout v3.5.2
git submodule sync
git submodule update --init --recursive

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yangocean-sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants