curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104

bash 复制代码
Sun@ubuntu-vm:~/.vcpkg-clion/vcpkg$         ./bootstrap-vcpkg.sh 
Downloading vcpkg-glibc...
curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104

针对上述问题,网上给出了如下解决办法:

bash 复制代码
git config --global http.sslVerify "false"

git config --global http.postBuffer 54288000

以及,

bash 复制代码
git config --global http.proxy  http://127.0.0.1:7890

git config --global https.proxy  https://127.0.0.1:7890

配置后显示如下:

bash 复制代码
Sun@ubuntu-vm:~/.vcpkg-clion/vcpkg$ git config --global --list

http.sslverify=false
http.postbuffer=54288000
http.proxy=http://127.0.0.1:7890
https.proxy=https://127.0.0.1:7890
core.compression=0
相关推荐
wdfk_prog15 小时前
`git rm --cached`:如何让文件“脱离”版本控制
大数据·linux·c语言·笔记·git·学习·elasticsearch
Mark_Aussie16 小时前
本地项目上传到Git仓库
git
骚饼20 小时前
Git 命令配置别名、Git命令缩写(Mac版)
前端·git
SStone_TJ2 天前
【常用的git命令】
git
没有鸡汤吃不下饭2 天前
Git将某个分支合并到开发(dev)、测试(test)后突然想撤销该分支的功能,怎么处理?
前端·git·github
康一夏2 天前
git fatal:Server aborted the SSL handshake
git·网络协议·ssl
Vio7252 天前
在IntelliJ IDEA中使用Git
git
Net_Walke2 天前
git 的常用命令
git·物联网·github·iot
L X..3 天前
Git 无法访问 GitHub(Recv failure: Connection was reset)问题解决教程
git·github
建群新人小猿3 天前
客户标签自动管理:标签自动化运营,画像持久保鲜
android·java·大数据·前端·git