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