flutter doctor 出现:
bash[!] Network resources
X A network error occurred while checking "https://github.com/": 信号灯超时时间已到
bashgit config --global --unset http.proxy
git config --global --unset https.proxy

bashgit config --global http.proxy http://127.0.0.1:10808 git config --global https.proxy http://127.0.0.1:10808
本文作者:哈希喵
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!