Bug: tea login edit doesn't indicate any errors (i.e. missing configuration or non-GUI environment)
#561
Labels
No Label
kind/breaking
kind/bug
kind/build
kind/dependency
kind/deployment
kind/docs
kind
enhancement
kind
feature
kind/proposal
kind
question
kind
refactor
kind/security
kind/testing
kind/translation
priority/critical
priority/high
priority/low
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
skip-changelog
status/blocked
status/has-backport
status/has-pull
status/needs-backport
status/needs-feedback
status/needs-reviews
status/wip
upstream/gitea
upstream/sdk
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/tea#561
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
describe your environment
tea -v):Version: 0.9.2 golang: 1.19.100.19.4main,master, ortrunk)Please provide the output of
git remote -v(if the issue is related to tea not finding resources on Gitea): Not related.describe the issue (observed vs expected behaviour)
$ tea login editActual result: If the config file has not been created yet, or the command is executed without a GUI (e.g. via
ssh), then there is no output and nothing happens.Expected result: The command should output error messages if it is unable to open a graphical editor or find the configuration and/or the command help or description should specify that it is only intended to be run in a graphical session.
Related: #226.