I keep getting this error when trying to push to my github repository

/usr/lib/git-core/git-remote-https: symbol lookup error: /usr/lib/git-core/git-remote-https: undefined symbol: curl_global_sslset, version CURL_GNUTLS_3

Im running Kubuntu and im more on the novice side

  • Jakub Narębski@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 days ago

    undefined symbol: curl_global_sslset, version CURL_GNUTLS_3

    This function was added in libcurl 7.56.0.

    Maybe your curl is too old?