摘要: 配置代理 # set proxy $ git config --global http.proxy http://<账号>:<密码>@<主机>:<端口> $ git config --global https.proxy https://<账号>:<密码>@<主机>:<端口> # check pro 阅读全文
posted @ 2023-10-07 16:53 LexLuc 阅读(8) 评论(0) 推荐(0) 编辑