Puedo hacer git clone
así ...
git clone https://github.com/stackforge/puppet-heat.git
... sin problemas. Pero quiero excluir todas las cosas meta de git que vienen con la clonación, así que pensé que usaría, git archive
pero obtengo este error:
$ git archive --remote=https://github.com/stackforge/puppet-heat.git
fatal: Operation not supported by protocol.
Alguien sabe por qué o qué estoy haciendo mal?
git archive
: admite el protocolo git-archive