0

不到一个小时前,我已经推送到我的仓库。现在我得到这个错误:

$ git push origin master
git-remote-https: relocation error: /usr/lib/i386-linux-gnu/libldap_r-2.4.so.2: symbol pt(read_mutex_destroy, version GLIBC_2.0 not defined in file libpthread.so.0 with link time reference

我正在运行 Debian Wheezy,没有安装任何东西或运行任何升级。

4

2 回答 2

0

再次尝试设置您的遥控头。指针可能已损坏。

git remote set-head <name>
于 2013-04-18T15:36:25.467 回答
-1

这对我有用:

$ wget http://mirrors.kernel.org/ubuntu/pool/main/libi/libidn2/libidn2-0_2.0.4-1.1build2_amd64.deb
$ sudo dpkg -i libidn2-0_2.0.4-1.1build2_amd64.deb
$ sudo apt-mark hold libidn2-0
于 2019-09-11T10:23:37.133 回答