git无声地失败并且curl https因非法指令而失败

时间:2016-06-17 10:47:29

标签: git ssl curl centos cpanel

就在最近,我的登台服务器无法执行git pullgit fetch

git pull origin master

运行它根本没有任何效果,没有给出错误消息,没有文件更改,它只是返回到提示符。它曾经工作(几周前),所以我不确定在此期间发生了什么变化。遥控器肯定是正确的。

经过大量搜索后,我将其缩小到了一个潜在的卷曲问题,但我很难找到解决方案。

curl https://www.google.co.uk -v

给了我:

* About to connect() to www.google.co.uk port 443 (#0)
* Trying 216.58.208.99... connected
* Connected to www.google.co.uk (216.58.208.99) port 443 (#0)
* Initializing NSS with certpath: none
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
Illegal instruction (core dumped)

我已经检查过该位置存在ca-bundle.crt,但说实话,这远远超出了我的专业领域。我作为我的惯用用户和root用户试过这个。

  • CentOS 6.8
  • WHM 56.0
  • 卷曲7.19.7-52.el6

我接下来应该尝试什么想法?

1 个答案:

答案 0 :(得分:1)

我也有同样的问题...... 有一个临时解决方案。 export NSS_DISABLE_HW_GCM=1

有关详细信息,请参阅https://bugs.centos.org/view.php?id=10930https://gryzli.info/2016/05/28/centos-6-curl-ssl-illegal-instruction-error/