会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wyny
博客园
首页
新随笔
联系
订阅
管理
2025年6月18日
git拉取github仓库报错fatal: unable to access 'https://xxx.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
摘要: git 拉取 github 仓库时,报错 gnutls_handshake() failed: The TLS connection was non-properly terminated. 搜索查阅参考文档,意识到是代理配置出了问题。 重置代理 git config --global --unse
阅读全文
posted @ 2025-06-18 23:51 Wyny
阅读(20)
评论(0)
推荐(0)
2025年1月23日
(转载+补充)ollama安装更新与卸载
摘要: (转载+补充)ollama安装更新与卸载 简介 本节学习如何在 Linux 系统中完成 Ollama 的安装与配置,以及对 Ollama 更新,特定版本的安装,查看日志和卸载。 一、快速安装 Ollama 下载:https://ollama.com/download Ollama 官方主页:http
阅读全文
posted @ 2025-01-23 22:07 Wyny
阅读(9613)
评论(0)
推荐(1)
2025年1月22日
centos下搭建squid代理过程记录
摘要: 1. 直接yum安装: yum install -y squid 2. 编辑配置文件 打开配置文件squid.conf vi /etc/squid/squid.conf 修改配置如下: http_port 13128 # http_access deny all # 找到该行并注释掉 http_ac
阅读全文
posted @ 2025-01-22 11:12 Wyny
阅读(30)
评论(0)
推荐(0)
公告