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 using the "Import from Git" workflow, if the clone step "fails", such as #2939, the repo remains on the user's disk.
This is unintuitive, since you haven't completed the wizard, and it says that the git url couldn't be parsed.
I think this could be prevented by cleaning up the folder that is being cloned into if the operation truly fails, and providing a way to select a devfile in cases such as #2939
The text was updated successfully, but these errors were encountered:
When using the "Import from Git" workflow, if the clone step "fails", such as #2939, the repo remains on the user's disk.
This is unintuitive, since you haven't completed the wizard, and it says that the git url couldn't be parsed.
I think this could be prevented by cleaning up the folder that is being cloned into if the operation truly fails, and providing a way to select a devfile in cases such as #2939
The text was updated successfully, but these errors were encountered: