Git clone fails but success message is shown #14775
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
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
The message
project cloned
is shown even if the clone has failed at the startup of a workspace.I expected to see an error instead. And when the error is
Permission denied (publickey)
it should propose me to upload the SSH key and retry the cloning.Che version
nightly
Steps to reproduce
Add Workspace
repository URL
with a git + ssh one (for example git@github.com:che-incubator/chectl.git)Runtime
Screenshots
Success messages are shown, everything looks fine
But no project is here
And looking at Theia logs we find out that there was an error when doing the git clone
Installation method
Environment
my computer / macOS
The text was updated successfully, but these errors were encountered: