git fails if not authenticated, request for login/password not visible to the user #1108
Labels
bug
Something isn't working
git
repository
Commandlet to clone, build or import git repositories
settings
ide-settings repo and replated processes and features
Expected behavior
As a IDEasy user, I want IDEasy to call git in an interactive way so that I am asked for credentials if needed.
Actual behavior
Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide-settings
settings/repositories/authtest.properties
ide repository setup authtest
Related/Dependent Issues
Comments/Hints:
When calling the git command manually in the terminal, I am asked for login and password.
If I have credential manager configured the password is stored and afterwards it also works in IDEasy - so we have a workaround.
However, unless
--batch
mode is active, I would expect to also get the request for login credentials from git if called from IDEasy.Affected version:
The text was updated successfully, but these errors were encountered: