Someone contacted me and requested the steps for the work around. Sharing here:
First, you need to add the bionic security repository to your apt sources list $ sudo vim /etc/apt/sources.list Add this line: deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted Update packages $ sudo apt-get update Then you need to downgrade libcurl3-gnutls: $ sudo apt-get install libcurl3-gnutls=7.58.0* As security packages are updated automatically by Ubuntu on a daily basis, you'll need to re-run this last command to downgrade libcurl3-gnutls every morning. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805203 Title: libcurl3-gnutls in cosmic breaks git with Azure DevOps To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1805203/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
