Cane's Blog

Cane

Git

【CI/CD】基于 Gitea 与 Act Runner 的 CI/CD 流程搭建

【CI/CD】基于 Gitea 与 Act Runner 的 CI/CD 流程搭建

前言 在过去很长一段时间,我的 CI/CD 流程是围绕 Gogs + Jenkins 构建的。这套方案初期运行还算稳定,但随着服务器上部署的服务日益增多,有限的硬件配置开始捉襟见肘。此时,Jenkins 这类基于 Java 的内存消耗大户,便让我越看越不顺眼了。况且,抛开 Jenkins 不谈,Go
8
0
2025-10-13
【Problem】Git报错,解决 Unable to negotiate with **** port 22: no matching host key type found.

【Problem】Git报错,解决 Unable to negotiate with **** port 22: no matching host key type found.

问题描述 Git SSH 已经添加密钥,仓库地址无误,但是 Push 的时候报错 提示 Unable to negotiate with **** port 22: no matching host key type found. Their offer: ssh-rsa 截图 ... 解决方案 在
76
0
2022-03-01