Hi FE !
Ai
git
前端面试题
前端小tip
  • vite
  • webpack
npm
  • vue2
  • vue3
react
GitHub
Ai
git
前端面试题
前端小tip
  • vite
  • webpack
npm
  • vue2
  • vue3
react
GitHub
  • 国内 linux 服务器解决 Ollama 安装超时

国内 linux 服务器解决 Ollama 安装超时

curl -fsSL https://ollama.com/install.sh | sh

修改 hosts 文件,直接将http://github.com做个ip指向。

sudo vim /etc/hosts

输入密码后,按 i 增加以下配置

# github 注意下面的IP地址和域名之间有一个空格
140.82.114.3 github.com
199.232.69.194 github.global.ssl.fastly.net
185.199.108.153 assets-cdn.github.com
185.199.109.153 assets-cdn.github.com
185.199.110.153 assets-cdn.github.com
185.199.111.153 assets-cdn.github.com

按 Esc 退出输入模式, :wq 保存完后,再 ping 一下 http://github.com

现在可以下载了

curl -fsSL https://ollama.com/install.sh | sh
Edit this page
最近更新: 2025/6/27 02:24
Contributors: qdleader
qdleader
本站总访问量 129823次 | 本站访客数 12人