-
Notifications
You must be signed in to change notification settings - Fork 912
Description
Continue with closed issue #3017
Tried from another network - same problem.
Tried to clone linux not recursive fron antsdr-fw-patch repo but recursive from plutosdr-fw. Got the following:
From https://github.com/analogdevicesinc/linux
- branch f3da30d -> FETCH_HEAD
error: invalid path 'drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c'
fatal: Unable to checkout 'f3da30df60047dc5a0b8fa8c640be774e0f784d9' in submodule path 'plutosdr-fw/linux'
fatal: Failed to recurse into submodule path 'plutosdr-fw'
Tried to clone linux repo separately (main branch!), got the following output:
$ git clone https://github.com/analogdevicesinc/linux.git
Cloning into 'linux'...
remote: Enumerating objects: 12521889, done.
remote: Counting objects: 100% (4776/4776), done.
remote: Compressing objects: 100% (1022/1022), done.
remote: Total 12521889 (delta 4312), reused 3780 (delta 3754), pack-reused 12517113 (from 2)
Receiving objects: 100% (12521889/12521889), 3.82 GiB | 6.77 MiB/s, done.
Resolving deltas: 100% (10546639/10546639), 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 :/'
And then
$ git restore --source=HEAD :/
error: invalid path 'drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c'
error: invalid path 'drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h'
error: invalid path 'include/soc/arc/aux.h'
These files on webpage are on path and accessible. But something is still wrong with the repo.