Git clone using private key with password is not working #16517
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
Describe the bug
When trying to clone git repository using
git@gitlab.com/something/something
using ssh key, which is protected by password, Che never asks me for a password and the clone fails with this error:Che version
che.openshift.io
Steps to reproduce
ssh-keygen
)git@gitlab.something/something/web-app.git
Expected behavior
Repo is cloned
The text was updated successfully, but these errors were encountered: