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 checking out a repository that needs a password, ME keeps asking for the password even though it has checked out the repository.
Expected behavior and actual behavior:
Expected: When repository access is required, ME asks for password once
Actual: ME asks for password, accesses repository, then asks for the password at least two more times.
Steps to reproduce the problem (should include model description file(s) or link to public repository):
Prepare an externals.cfg file with at least one private repository (one that requires a password to clone).
Run checkout_externals
What is the changeset ID of the code, and the machine you are using: a48558d
have you modified the code? If so, it must be committed and available for testing: No
Screen output or log file showing the error message and context:
$ ~/Projects/manage_externals/checkout_externals
Processing externals description file : Externals.cfg
Checking status of externals: gtools, cime,
Checking out externals: gtools, Username for 'https://github.com': gold2718
Password for 'https://[email protected]':
Username for 'https://github.com': gold2718
Password for 'https://[email protected]':
Username for 'https://github.com': gold2718
Password for 'https://[email protected]':
cime,
The text was updated successfully, but these errors were encountered:
Summary of Issue:
When checking out a repository that needs a password, ME keeps asking for the password even though it has checked out the repository.
Expected behavior and actual behavior:
Steps to reproduce the problem (should include model description file(s) or link to public repository):
Prepare an externals.cfg file with at least one private repository (one that requires a password to clone).
Run
checkout_externals
What is the changeset ID of the code, and the machine you are using: a48558d
have you modified the code? If so, it must be committed and available for testing: No
Screen output or log file showing the error message and context:
The text was updated successfully, but these errors were encountered: