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
?