镜像

 

mvn镜像

 

仓库服务 https://developer.aliyun.com/mvn/search

 

 

dotnetcore/FastGithub: github加速神器,解决github打不开、用户头像无法加载、releases无法上传下载、git-clone、git-pull、git-push失败等问题 https://github.com/dotnetcore/FastGithub
修复非windows平台启动后可能异常而停止的问题; 修复windows平台拦截了非回环IP的Tcp80和443端口的问题; · Xingyuan55/FastGithub - Gitee.com https://gitee.com/XingYuan55/FastGithub/releases/tag/2.1.4
 

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 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
pip freeze >requirements.txt
 

 升级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

 

 

 

 

 

posted @ 2017-02-27 17:11  papering  阅读(217)  评论(0编辑  收藏  举报