我可以git clone这样做...
git clone https://github.com/stackforge/puppet-heat.git
Run Code Online (Sandbox Code Playgroud)
...没有问题。但是我想排除克隆附带的所有 git meta 内容,所以我想我会使用git archive但我收到此错误:
$ git archive --remote=https://github.com/stackforge/puppet-heat.git
fatal: Operation not supported by protocol.
Run Code Online (Sandbox Code Playgroud)
任何人都知道为什么或我做错了什么?