【发布时间】:2013-12-09 17:05:20
【问题描述】:
我可以使用以下命令克隆存储库:
$ git clone ssh://gitosis@myhost.com:22222/MyRepo.git
Initialized empty Git repository in /home/andrew/MyRepo/.git/
...
但是,我无法存档:
$ git archive --remote ssh://gitosis@myhost.com:22222/MyRepo.git master
ERROR:gitosis.serve.main:Unknown command denied
为什么clone 的行为与archive 不同?
【问题讨论】: