We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee3b5a commit 00aa505Copy full SHA for 00aa505
1 file changed
dist-git-client/dist_git_client.py
@@ -111,6 +111,7 @@ def download(url, filename):
111
command = [
112
"curl",
113
"-H", "Pragma:",
114
+ "-H", "Accept-Encoding: identity",
115
"-o", filename,
116
"--location",
117
"--connect-timeout", "60",
0 commit comments