推送时出现 Git 错误:无法预加载来自 LD_PRELOAD 的对象

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/14230602/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 08:00:22  来源:igfitidea点击:

Git error when pushing: Object from LD_PRELOAD cannot be preloaded

git

提问by Hyman Franklin

This has something that's just started happening recently, although I'm not sure what I could have done to trigger it.

这是最近才开始发生的事情,尽管我不确定我可以做些什么来触发它。

Whenever I run a git pushI get the following error:

每当我运行时,git push我都会收到以下错误:

ERROR: ld.so: object '/lib/liblm.so' from LD_PRELOAD cannot be preloaded: ignored.

The push does procede after that and works correctly.

推送确实在此之后继续并正常工作。

I've updated to the latest version of Git (via homebrew) and that didn't solve it.

我已经更新到最新版本的 Git(通过自制软件)并且没有解决它。

EDIT:Apologies, I wasn't very clear exactly what I was asking. I guess my question is two fold:

编辑:抱歉,我不是很清楚我在问什么。我想我的问题有两个方面:

  • Out of interest, what is causing the error?
  • How can I fix the error so it goes away? It doesn't seem to be causing any problems that I can see, but it's a bit irritating!
  • 出于兴趣,是什么导致了错误?
  • 如何修复错误使其消失?它似乎没有引起我能看到的任何问题,但它有点刺激!

采纳答案by Trevor Norris

I have to assume it's a server mis-configuration. The message is originating from the GitHub server. So rest assured it has nothing to do with your git.

我必须假设这是服务器配置错误。该消息来自 GitHub 服务器。所以请放心,它与您的 git 无关。

For anyone who cares, here's a good SO explanation for LD_PRELOAD: https://stackoverflow.com/a/426260/591166

对于任何关心的人,这是对 LD_PRELOAD 的一个很好的 SO 解释:https: //stackoverflow.com/a/426260/591166

Update: GitHub has apparently fixed the issue.

更新:GitHub 显然已经解决了这个问题。