Mac下配置Aria2 安装和设置 Aria2 # 使用 Homebrew 安装 aria2 brew install aria2 # 创建配置文件aria2.conf和空对话文件aria2.session mkdir ~/.aria2 && cd ~/.aria2 touch aria2.conf
仅为 GitHub 设置代理 git 代理 设置 git config --global http.https://github.com.proxy socks5://127.0.0.1:1086 设置完成后, ~/.gitconfig 文件中会增加以下条目: [http "https://github.com"] proxy = socks5://127.0.0.1:1086