标签:class ref 设置 显示 rgba 问题 unset code 报错
解决从github上拉代码时报错“Failed to connect to localhost port 1080: Connection refused”
需要两行命令解决问题
主要原因是使用了proxy代理,我们只需要关闭代理
git config --global http.proxy //查看代理 显示 localhost:1080
再输入此命令行
git config --global --unset http.proxy //不设置代理
再次重新git clone即可
2021-06-05
标签:class ref 设置 显示 rgba 问题 unset code 报错
原文地址:https://www.cnblogs.com/cheflone/p/14852072.html