Git 签名失败: gpg failed to sign the data

在 Goland 里使用 GPG 签名时提示错误: error: gpg failed to sign the data fatal: failed to write commit object ...

November 22, 2021 · 1 min · K8sCat

GOPROXY 引发依赖 hash 校验不通过

使用不同的 GOPROXY 下载依赖时,依赖的 hash 校验无法通过。 ...

October 14, 2021 · 2 min · K8sCat

How to disable `auto cd` in zsh with oh-my-zsh

I have a binary file named x in my path (not the current folder, but it is in the PATH), and also a folder with the same name in the current working directory. If I type x, I want the binary to execute, but instead it cd’s into that folder. How do I fix this? ...

October 7, 2021 · 1 min · K8sCat

SSH 端口转发与 SOCKS 代理

September 22, 2021 · 1 min · K8sCat

[cURL] 指定请求使用的 SOCKS 代理

记录一下 cURL 设置 SOCKS 代理的方式。 ...

September 22, 2021 · 1 min · K8sCat

Resolved: VSCode Go Error loading workspace

September 3, 2021 · 1 min · K8sCat

飞书 + Lua 实现企业级组织架构登录认证

飞书是字节跳动旗下一款企业级协同办公软件,本文将介绍如何基于飞书开放平台的身份验证能力,使用 Lua 实现企业级组织架构的登录认证网关。 ...

August 13, 2021 · 3 min · K8sCat

Go modules replace 解决 Go 模块引用问题

取名是一个很有讲究的事情,但每个人都不一样。 ...

August 7, 2021 · 1 min · K8sCat