From dd350f3edf40191c4b2bf60d7b1b13a65c57f94c Mon Sep 17 00:00:00 2001 From: yinxiaolong Date: Thu, 18 Jun 2026 19:00:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=8F=8ADockerfile=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58c3a10..e2a4ed9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set git proxy - - run: | + run: | git config --global http.proxy http://10.255.0.1:7890 git config --global https.proxy http://10.255.0.1:7890 - name: 执行远程 SSH 命令(密码认证)