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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
Unable to push commits on Linux with newer versions of
libcurl.Steps to Reproduce
Expected behavior:
The commit pushes successfully.
Actual behavior:
The push fails.
Reproduces how often:
100% of the time.
Versions
OS: Arch Linux
Additional Information
Pop-up error message:
Unable to push
git-remote-https: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by git-remote-https)Edit by @rsese to mention workaround
From #848 (comment) below:
A workaround you can use is to set
LOCAL_GIT_DIRECTORYto your system installation of Git - this worked for me on Ubuntu 18.04:export LOCAL_GIT_DIRECTORY=/usr