Open jwilbur-godaddy opened 2 years ago
@jwilbur-godaddy hey, thanks for reporting. The you have no codespaces
message means that token gh cli has cannot list any Codespaces. If you do gh cs list
it should result in the similar message. You can try to:
Reauthenticate with codespaces
claim: [sudo] gh auth refresh -s codespace
Reuse token that you know works:
gh auth status -t
[sudo] gh auth logout
echo {COPIED TOKEN} | [sudo] gh auth login --with-token
Let me know if any of these steps help š
I already figured that out from other issues, actually, but I was reporting this because of the crash. Sorry that wasn't clear. It shouldn't panic when that happens; it should just exit gracefully. But thank you!
Yeah I think it regressed, it was exiting normally(though with exit status of 1) but now it spills out the stack trace š I'll keep this issue open to trace the output cleanup work.
Describe the bug
The CLI crashes when I run
gh net start
either asroot
directly, or when I usesudo
.Reproduce steps
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
It was stated above, but this is on Windows Subsystem for Linux. I tested this while connected via GlobalProtect VPN.