pip、git慢解决办法
pip慢,打开命令行,输入
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
git慢
git config --global url."https://hub.fastgit.org".insteadOf https://github.com
pip慢,打开命令行,输入
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
git慢
git config --global url."https://hub.fastgit.org".insteadOf https://github.com