Here is the error message on git clone:
...
Receiving objects: 100% (8122401/8122401), 3.12 GiB | 3.31 MiB/s, done.
Resolving deltas: 100% (6746605/6746605), done.
error: invalid path 'drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c'
fatal: unable to checkout working tree warning:
Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status' and
retry with 'git restore --source-HEAD :/ "
As seen in:
How can I make the clone proceed?