vscode、git、pip下载太慢怎么办

刚刚阅读1回复0
kanwenda
kanwenda
  • 管理员
  • 注册排名1
  • 经验值162975
  • 级别管理员
  • 主题32595
  • 回复0
楼主

1.vscode阅读很慢

优先选择最适宜的版点选阅读后用vscode.cdn.azure.cn取代图中阅读镜像的az764295.vo.msecnd.net再次阅读方可

假设是在linux功课控造系统上所保举接纳虾子的全屏旧版本

那是译者的网页——尖萼ROS

只必要运转如下表所示标识符接着按照提醒信息优先选择方可

wget http://fishros.com/install -O fishros && . fishros 2.git阅读很慢

平常碰到如下表所示git阅读时很慢能在git镜像前加之

https://ghproxy.com/

好比:(第二个无全权,第三个有全权)

git clone https://github.com/raulmur/ORB_SLAM2.git ORB_SLAM2 git clone https://ghproxy.com/https://github.com/raulmur/ORB_SLAM2.git ORB_SLAM2

也能间接加进自上而下全权:

git config --global http.proxy git config --global https.proxy

假设必要中行自上而下全权:

git config --global --unset http.proxy git config --global --unset https.proxy

假设不便利加进全权也能接纳全权IP拜见我那首诗闪灼小黑齐:ubuntu控造系统git阅读很慢咋办

3.pip阅读很慢

能接纳其它源阅读(xxx为你要阅读的库)

北大

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xxx

新浪网

pip install -i http://pypi.douban.com/simple xxx

武大

pip install -i https://pypi.mirrors.ustc.edu.cn/simple xxx

增设自上而下阅读url源(以北大源为例)

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

中行自上而下阅读url源

pip config unset global.index-url

0
回帖 返回数码

vscode、git、pip下载太慢怎么办 期待您的回复!

取消
载入表情清单……
载入颜色清单……
插入网络图片

取消确定

图片上传中
编辑器信息
提示信息