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
When executing Git commands like git push, git pull, or git fetch without first performing an AWS SSO login, the following error occurs:
botocore.exceptions.TokenRetrievalError: Error when retrieving token from sso: Token has expired and refresh failed
This error should be caught and replaced with a more informative message that specifies the AWS SSO profile requiring login. This enhancement is particularly useful for environments with multiple AWS SSO profiles, helping users easily identify which profile needs to be logged in for the current AWS CodeCommit repository.
The text was updated successfully, but these errors were encountered:
AWS Codecommit is not accepting new customers though. I am not sure if they are still maintaining this repository. Consider migrating to other git providers will be a better choice.
When executing Git commands like
git push
,git pull
, orgit fetch
without first performing an AWS SSO login, the following error occurs:This error should be caught and replaced with a more informative message that specifies the AWS SSO profile requiring login. This enhancement is particularly useful for environments with multiple AWS SSO profiles, helping users easily identify which profile needs to be logged in for the current AWS CodeCommit repository.
The text was updated successfully, but these errors were encountered: