I want to use git\'s partialClone feature. In this answer I saw the git clone --filter=tree:none command.
But when trying to e
This almost certainly isn't supported by GitHub or GitLab yet.
The --filter option is under active development and isn't really ready for general-purpose consumption yet. GitHub's blog post about the release of Git 2.19 in September, 2018 says
Note that most public servers do not yet support the feature, but you can play with
git clone --filter=blob:noneagainst your local Git 2.19 install.
Once this feature becomes more fully-developed and hosts start to support it I'm sure they won't do so quietly. As far as I know, no major cloud provider has made such an announcement yet.
Update from OP 2019-03-21:
Not long ago, I received an official reply from github. They think that the
--filterparameter is still an immature feature and is accompanied by some security issues. Therefore, this feature will not be supported in the short term.