Really struggeling to login in with the cli…
forge --version
11.2.0
forge login
... enter mail
... enter token
–>Error: The CLI couldn’t securely store your login credentials in a local keychain. Ensure you enable access to the macOS keychain when prompted. If a local keychain is not available, use environment variables before trying again. See https://go.atlassian.com/dac/platform/forge/getting-started/#log-in-with-an-atlassian-api-token for more.
Using Env Vars doesn’t work, it just asks again for the mail and token and gives same error.
Running verbose even shows that i get user information but still asking for mail again … no additional info…
sh-3.2$ FORGE_EMAIL=s..oud FORGE_API_TOKEN=ATAT...6B forge login --verbose
▶️ GraphQL https://api.atlassian.com/graphql
Query:
query forge_cli_getUserDetails {
me {
user {
name
accountStatus
accountId
}
}
}
Variables: {}
◀️ GraphQL
Request ID: 590...d13f0
Result: {
"me": {
"user": {
"name": "Steven Hooker",
"accountStatus": "active",
"accountId": "712...65"
}
}
}
Log in to your Atlassian account
Press Ctrl+C to cancel.
? Enter your email: ()
any help is appreciated