更改加速地址

This commit is contained in:
user123
2026-01-29 23:08:08 +08:00
parent a6543b4f1a
commit c0f593033c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -652,7 +652,7 @@ func InstallGit() error {
return nil return nil
} }
gitUrl := "https://gh-proxy.com/https://github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/Git-2.52.0-64-bit.exe" gitUrl := "https://gh.kejilion.pro/github.com/git-for-windows/git/releases/download/v2.52.0.windows.1/Git-2.52.0-64-bit.exe"
tempDir := os.TempDir() tempDir := os.TempDir()
exePath := filepath.Join(tempDir, "Git-2.52.0-64-bit.exe") exePath := filepath.Join(tempDir, "Git-2.52.0-64-bit.exe")