type
status
date
slug
summary
tags
category
icon
password
使用Git拉取仓库代码时,碰到了报错如下:Git: fatal: unable to access 'https://github.com/xxx/': Failure when receiving data from the peer
解决办法
因为git在拉取或者提交项目时,中间会有git的http和https代理,但是我们本地环境本身就有SSL协议了,所以取消git的https代理即可,不行再取消http的代理。
或者切换代理即可