Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux git推送突然失败(git远程https:重新定位错误)_Linux_Git_Debian - Fatal编程技术网

Linux git推送突然失败(git远程https:重新定位错误)

Linux git推送突然失败(git远程https:重新定位错误),linux,git,debian,Linux,Git,Debian,我在不到一个小时前就已经完成了回购协议。现在我得到了这个错误: $ 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 我正在

我在不到一个小时前就已经完成了回购协议。现在我得到了这个错误:

$ 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,没有安装任何东西或运行任何升级。

请再次尝试设置您的远程磁头。指针可能已损坏

git remote set-head <name>
git远程机顶盒
这项工作对我来说:

$ 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

再次设置遥控器,然后重试,它成功了。你能把它作为答案贴出来让我接受吗?