May 29Set Git ProxyMay 292 分钟阅读Set up a proxy for Git operations, both for HTTP/HTTPS and SSH connections.
Apr 24用 Docker 与 SSH 绕过旧版 Ubuntu 的开发环境兼容问题Apr 2411 分钟阅读Ubuntu 18.04 的 glibc 版本太低时,新版 VS Code Remote SSH Server、Node.js 预编译包等工具可能无法运行。可以把开发环境放进 Docker 容器,再把容器的 22 端口映射出来,用 SSH 像连接普通主机一样进入容器。