无法存档git存储库

时间:2013-12-09 17:05:20

标签: git gitosis

我可以使用以下命令克隆存储库:

$ 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不同?

1 个答案:

答案 0 :(得分:1)

git archive --remote请求遥控器为您执行存档,这是Gitosis不支持的。有commit on Github似乎可以添加此功能。