From 47d4feaa1c5057ed369b0f14ec229a9fb23b6a7c Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 22:01:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20Git=20Bash=20?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BB=A5=E9=80=82=E9=85=8D=20Scoop=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 Git Bash 路径以适配 Windows 环境下的 Scoop 安装路径。 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 84d1f54..c34c748 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ CPA_API_KEY= # if using Windows -OPENCODE_GIT_BASH_PATH=C:\Users\imbytecat\scoop\apps\git\current\bin\bash.exe +OPENCODE_GIT_BASH_PATH=%USERPROFILE%\scoop\shims\bash.exe