When I am trying to clone a public repository I am getting below error
fatal: repository 'https://github.com/kubernetes/examples/tree/master/staging/volumes/nfs.git/' not found.
I am trying to clone the following URL
https://github.com/kubernetes/examples/tree/master/staging/volumes/nfs.git/
instead of copying the repository
https://github.com/kubernetes/examples.git
I do not want to copy entire repository as there are lots of files. The necessary part is available on "staging/volumes/nfs".
will it work or do I have to copy the repository itself?