logo头像
Snippet 博客主题

curl 常见故障问题

本文于 349 天之前发表,文中内容可能已经过时。

0x00. curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

解决办法:重装 Command line tools

1、手动移除 CommandLineTools 文件夹

1
$ rm -rf /Library/Developer/CommandLineTools

2、重新安装

1
xcode-select --install

3、重新执行

1
2
// 示例命令
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/monetking/xx/master/bin/md-install)"