相关疑难解决方法(0)

Git pull/push - 无法访问HTTPS,SSL例程似乎已关闭

我每天都在使用Git(和GitHub),一切都运行正常,突然之间,我无法通过我的Git命令与我的远程GitHub存储库进行通信.当我尝试"Git pull"时,它会出现以下错误:

致命:无法访问' https://github.com/snahrvar/eatibl.git/ ':错误:1407742E:SSL例程:SSL23_GET_SERVER_HELLO:tlsv1警报协议版本

所以,我测试了多个存储库,我在计算机上遇到了同样的错误.我让其他人与那些相同的存储库进行交互,它对他们来说很好.在此错误之前,我在项目上执行了"npm install sharp"并且最终失败了,我怀疑这可能与某些SSL设置混乱,但这是一个疯狂的猜测!

任何一般的想法或指导将不胜感激!

如果它有用,那么这是我的环境:

  • Git版本:1.9.4.msysgit.2
  • Windows版本:Windows 8.1

git github

103
推荐指数
6
解决办法
4万
查看次数

git pull : info/refs HTTP request failed

I've just logged onto our Prod box (Centos) after a long break, and I can't do git pull for some reason.

There seems to be a local problem with this clone of the repo, because I can clone and pull the same repo using the same credentials on other machines (that never had a clone of this repo before)

The command-line message is:

[root@ft41 project_folder]# git pull
Password: 
error:  while accessing https://<myusername>@bitbucket.org/<myproject>/<myrepo>.git/info/refs

fatal: HTTP request failed
Run Code Online (Sandbox Code Playgroud)

我已编辑了尖括号中的部分。这是info/refs该请求的常用网址吗?本地克隆中的某些内容可能会损坏并导致此情况吗?

如果有帮助: …

git

2
推荐指数
1
解决办法
1079
查看次数

标签 统计

git ×2

github ×1