镜像
mvn镜像
仓库服务 https://developer.aliyun.com/mvn/search
git
https://www.git-scm.com/download
https://registry.npmmirror.com/binary.html?path=git-for-windows/
npm
https://npmmirror.com/
淘宝镜像
npm install --registry=https://registry.npmmirror.com
python 镜像
[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: python.exe -m pip install --upgrade pip
升级pip
python -m pip install --upgrade pip -i https://mirrors.aliyun.com/pypi/simple/
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Requirement already satisfied: pip in c:\python311\lib\site-packages (22.3.1)
Collecting pip
Downloading https://mirrors.aliyun.com/pypi/packages/07/51/2c0959c5adf988c44d9e1e0d940f5b074516ecc87e96b1af25f59de9ba38/pip-23.0.1-py3-none-any.whl (2.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 4.8 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 22.3.1
Uninstalling pip-22.3.1:
Successfully uninstalled pip-22.3.1
Successfully installed pip-23.0.1