I'm trying to checkout part of remote git repository. As recommended here, with help of command
git archive --format=zip --remote=http://path_to_repository
But I'm getting error message:
fatal: Operation not supported by protocol.
Unexpected end of command stream
Git is not supporting this operation with http protocol? Thats a problem of hosting environment or git itself? Any directions would help, thanks.