You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
NPM
npm config set registry https://registry.npm.taobao.org
npm config set registry https://repo.huaweicloud.com/repository/npm/
npm config set registry https://mirrors.cloud.tencent.com/npm/
sharp 源
yarn config set sharp_binary_host "https://npm.taobao.org/mirrors/sharp"
electron 源
npm config set electron_mirror https://npm.taobao.org/mirrors/electron/
View Post on Blog
众所周知,天朝网络环境需要换源来支撑,闲言少叙:
https://mirrors.tuna.tsinghua.edu.cn/
pip
https://mirrors.tuna.tsinghua.edu.cn/help/pypi/
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
NPM
sharp 源
electron 源
docker
/etc/docker/daemon.json
或者直接 Docker Desktop 的 GUI 界面里修改:Golang
Julia
export JULIA_PKG_SERVER=https://mirrors.tuna.tsinghua.edu.cn/julia
maven
$HOME/.gradle/init.gradle
The text was updated successfully, but these errors were encountered: