I'm getting the below error when i try to clone a folder "banana" from git repository using sparse filter;
git clone --depth 1 --filter=blob:none --sparse https://github.com/gitexpert/testGithub.git
cd testGithub
git sparse-checkout set banana
GIT Version : 2.25.1
Error log:
Cloning into 'testGithub'...
fatal: cannot change to '://github.com/gitexpert/testGithub.git': No such file or directory
error: failed to initialize sparse-checkout
$
in front ofhttps
and try again? – Albumenset
succeeded, a subsequent checkout extracted extra files. So did it mysteriously stop working? – Mizzle