You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bash --versionGNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)
Fun fact if I add CURL_PARAMS="-v"to migrate.sh it works...
Could you please share runtime specific settings (bash_profile/locale/encoding etc) which have proofed to be working?
The text was updated successfully, but these errors were encountered:
Curious about the fact it worked using CURL_PARAMS="-v" I started playing with locale settings...
After some more debugging I found setting CURL_PARAMS="--raw" fixes the issue for me.
From curl man-pages
--raw (HTTP) When used, it disables all internal HTTP decoding
of content or transfer encodings and instead makes them
passed on unaltered, raw.
Added in 7.16.2.
Hi,
I tried to get it running using a Docker image based on ubuntu:20.04
I verified .secrets file is read correctly (after fixing EOL issues) adding echo.
Still I am seeing multiple curl errors like
curl: (3) URL using bad/illegal format or missing URL
.GitLab Enterprise Edition 14.3.1-ee
curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 Release-Date: 2020-01-08
jq-1.6
GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)
Fun fact if I add
CURL_PARAMS="-v"
to migrate.sh it works...Could you please share runtime specific settings (bash_profile/locale/encoding etc) which have proofed to be working?
The text was updated successfully, but these errors were encountered: