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
VCCloneTask fails when trying to clone a repository that requires credentials. The flow attempts to:
connect without credentials
prompt to supply credentials if step 1 fails.
Strangely, it seems that the JGit CloneCommand (via TransportCommand) will create a CredentialsProvider and prompt for credentials if the endpoint requires them. This makes step 2 redundant.
In any case, providing credentials through either mechanism does not work.
The text was updated successfully, but these errors were encountered:
VCCloneTask fails when trying to clone a repository that requires credentials. The flow attempts to:
Strangely, it seems that the JGit CloneCommand (via TransportCommand) will create a CredentialsProvider and prompt for credentials if the endpoint requires them. This makes step 2 redundant.
In any case, providing credentials through either mechanism does not work.
The text was updated successfully, but these errors were encountered: