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
$ git pull
/usr/local/lib/python3.7/getpass.py:91: GetPassWarning: Can not control echo on the terminal.
passwd = fallback_getpass(prompt, stream)
Warning: Password input may be echoed.
Enter MFA code for arn:aws:iam::XXX:mfa/michael:
Username for 'https://git-codecommit.us-west-2.amazonaws.com/v1/repos/YYY':
Any ideas how I can make this work?
The text was updated successfully, but these errors were encountered:
I try to get CodeCommit access (using git credential helper)working with the awscli package:
In my git repos, I define this in
.git/config
to get access to CodeCommit.In my case, profile xyz is configured to use MFA.
When I
git pull
, I get:Any ideas how I can make this work?
The text was updated successfully, but these errors were encountered: