别着急,坐和放宽
该镜像仅能在校内访问
也许会持续更新?
将链接中的 github.com 替换为 mirror.njucite.cn/gh
https://github.com/Do1e/NJUlogin/releases/download/v3.5.0/njulogin-3.5.0-py3-none-any.whl
↓
https://mirror.njucite.cn/gh/Do1e/NJUlogin/releases/download/v3.5.0/njulogin-3.5.0-py3-none-any.whl
比如 uv 配置中的 python 镜像:
python-install-mirror = "https://mirror.njucite.cn/gh/astral-sh/python-build-standalone/releases/download"
[[index]]
url = "https://mirror.nju.edu.cn/pypi/web/simple"
default = true
使用:
export HF_ENDPOINT=https://hf-mirror.njucite.cn
$env:HF_ENDPOINT="https://hf-mirror.njucite.cn"
github.com 替换为 mirror.njucite.cn/gh,并给出了具体的例子。最后,提到了huggingface的镜像站点为https://hf-mirror.njucite.cn。整体上,这段文本是关于如何使用校内网络访问外部资源镜像的简易指南。