所以,我是个白痴,我不小心在我的Ubuntu系统上删除了libcurl-gnutls.so.4文件.现在我无法弄清楚如何重新创建它.我得到的实际错误是当我尝试使用git时:
git-remote-https: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud)
它是对的!该文件不存在.但我不知道如何创建它.我已经尝试使用apt-get来安装libcurl-gnutls,虽然它说它成功了但它并没有创建库.我也下载了curl并构建/安装了它,但这也没有创建我需要的库.关于如何解决这个问题的任何想法?
非常感谢你的帮助.