Valerii Svydenko
Valerii Svydenko
@vinokurig thank you for the investigation! If Che can clone the project using the SSH URL, why can’t it also fetch a file (such as devfile.yaml) from the same project...
ok, when using SSH, can we clone the project and read the content of devfile from the file system instead of fetching its content by SSH URL?
Since the Git SSH protocol doesn’t support fetching file content, I think it makes sense to close the issue as this is expected behavior. It’s also likely documented that the...