-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Description
Describe the bug
A clear and concise description of what the bug is. Include version by typing gh --version.
gh version 2.43.1 (2024-01-31)
https://github.com/cli/cli/releases/tag/v2.43.1
Steps to reproduce the behavior
- Type this 'C:\Users\Admin\Desktop\cli-trunk\cmd\gh\main.go'
- View the output 'see log'
- See error : internal compiler error: assertion failed
Expected vs actual behavior
A clear and concise description of what you expected to happen and what actually happened.
Logs
GOROOT=C:\Users\Admin\go\pkg\mod\golang.org\[email protected] #gosetup
GOPATH=C:\Users\Admin\go #gosetup
C:\Users\Admin\go\pkg\mod\golang.org\[email protected]\bin\go.exe build -o C:\Users\Admin\AppData\Local\JetBrains\GoLand2023.3\tmp\GoLand___go_build_github_com_cli_cli_v2_cmd_gh.exe github.com/cli/cli/v2/cmd/gh #gosetup
github.com/cli/cli/v2/pkg/cmd/repo/garden
CLOSURE [C:\Users\Admin\Desktop\cli-trunk\pkg\cmd\repo\garden\garden.go:241:11:var player *github.com/cli/cli/v2/pkg/cmd/repo/garden.Player ....\pkg\cmd\repo\garden\garden.go:244:10:var dirc chan int ....\pkg\cmd\repo\garden\garden.go:251:18:var garden [][]*github.com/cli/cli/v2/pkg/cmd/repo/garden.Cell ....\pkg\cmd\repo\garden\garden.go:301:40:var oldTermState *golang.org/x/term.State]
: internal compiler error: assertion failed
Please file a bug report including a short program that triggers the error.
https://go.dev/issue/new
编译完成,并显示退出代码 1
Paste the activity from your command line. Redact if needed.