问题描述
我每天都在使用Git(和GitHub),一切工作都很好,突然之间,我无法再通过Git命令与远程GitHub存储库进行通信。
因此,我在多个存储库中进行了测试,并且在计算机上收到了相同的错误。我有其他人与这些相同的存储库进行交互,并且对他们来说工作正常。在这个错误之前,我在一个项目上做了一个npm install sharp,最终失败了,我怀疑这可能与一些SSL设置有关,但这是一个疯狂的猜测!
任何一般的想法或指导都将非常感谢!
如果它有帮助的话,这是我的环境:
- Git版本:1.9.4.msysgit.2
- Windows版本:Windows 8.1
更新TortoiseGit和GCM并没有帮助我,但根据@ Frederic的意见,更新Git本身也是如此。
Updating TortoiseGit and GCM didn't help me, but updating Git itself did, as per @Frederic's advice in comments.
https://git-scm.com/download/win
To make sure the new version of Git installs properly and doesn't conflict with previous installations (it might, if you used TortoiseGit's, because it would use different folders and mess with PATH variable), remove the existing Git installation before installing the updated Git. Might also need to install with administrator rights.
这篇关于Git拉/推 - 无法访问HTTPS,SSL例程似乎停滞不前的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!