Ich versuche, einen Teil der Remote-Git-Repository auschecken. Als here empfohlen, mit Hilfe des BefehlsGit Archiv fatal: Operation nicht vom Protokoll unterstützt
git archive --format=zip --remote=http://path_to_repository
Aber ich bin immer Fehlermeldung:
fatal: Operation not supported by protocol.
Unexpected end of command stream
Git diese Operation nicht mit HTTP-Protokoll unterstützt? Das ist ein Problem der Hosting-Umgebung oder Git selbst? Irgendwelche Richtungen würden helfen, danke.
Smart HTTP wird von unserem Gitserver verwendet ... Was könnte es sonst noch sein? – Sly
gemäß Protokollbeschreibung Smart http ist ebenfalls ausgeschlossen: https://github.com/git/git/blob/master/Documentation/technical/http-protocol.txt – max630