You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I switched to cmd and Git Bash (MINGW64) on Windows 10, but the same error occurred.
I have tried downloading an older version of gf-cli (2.8.2) and also attempted to install gf-cli using the command go install github.com/gogf/gf/cmd/gf/v2@latest, but the same error occurred in both cases.
If I directly run the command go build -o .\main.exe main.go, a .main.exe file is generated in the current directory.
Attached is the output information from running the command gf run main.go --gf.debug=true.
Go version
go version: 1.23.5
GoFrame version
2.7.1
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
Run the following commands in order (Windows 10 PowerShell):
mkdir gftest
cd gftest
gf init .
gf run main.go
Other than that, no further actions are taken.
Then the following error occurs:
What did you see happen?
I switched to cmd and Git Bash (MINGW64) on Windows 10, but the same error occurred.
I have tried downloading an older version of gf-cli (2.8.2) and also attempted to install gf-cli using the command
go install github.com/gogf/gf/cmd/gf/v2@latest
, but the same error occurred in both cases.If I directly run the command
go build -o .\main.exe main.go
, a.main.exe
file is generated in the current directory.Attached is the output information from running the command
gf run main.go --gf.debug=true
.run_error.txt
What did you expect to see?
The command can be executed normally.
The text was updated successfully, but these errors were encountered: