Error bad key length nach macOS 12.x Update
Fehler:
git Anweisungen auf eine GitLab-Instanz verursachen folgenden error nach Update von macOS 12.*:
Lösung:
Die Ursache hat wohl was mit OpenSSL/LibreSSL zu tun.
Ich konnte es wie folgt lösen:
In eintragen:
Quelle: https://stackoverflow.com/a/70942109/12762154
git Anweisungen auf eine GitLab-Instanz verursachen folgenden error nach Update von macOS 12.*:
git clone https://....git
Klone nach '...'...
fatal: konnte nicht auf 'https://....git/' zugreifen: error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length
Lösung:
Die Ursache hat wohl was mit OpenSSL/LibreSSL zu tun.
Ich konnte es wie folgt lösen:
In
~/.zshrc
export CURL_SSL_BACKEND="secure-transport"
Quelle: https://stackoverflow.com/a/70942109/12762154
Please also mark the comments that contributed to the solution of the article
Content-ID: 2042464673
Url: https://administrator.de/contentid/2042464673
Printed on: October 15, 2024 at 15:10 o'clock