We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec7d59d + cd45023 commit c2672aaCopy full SHA for c2672aa
Dockerfile
@@ -34,6 +34,7 @@ RUN git config --global user.email "git@localhost"
34
RUN git config --global user.name "git"
35
RUN git config --global pull.rebase "false"
36
RUN git config --global protocol.file.allow "always"
37
+RUN git config --global http.version "HTTP/2"
38
39
# Remove unrelated git binaries we don't need
40
WORKDIR /usr/libexec/git-core
0 commit comments