2013-12-09 119 views
0

我能夠克隆使用此命令庫:無法存檔git倉庫

$ git clone ssh://[email protected]:22222/MyRepo.git 
Initialized empty Git repository in /home/andrew/MyRepo/.git/ 
... 

不過,我無法將其存檔:

$ git archive --remote ssh://[email protected]:22222/MyRepo.git master 
ERROR:gitosis.serve.main:Unknown command denied 

爲什麼會clone從不同的表現archive

回答

1

git archive --remote要求遠程執行歸檔,Gitosis不支持。有一個commit on Github似乎添加此功能。