Open endocrimes opened 3 months ago
@endocrimes thanks for reporting this issue, we'll look into it 👍
@endocrimes Another user reported something similiar in https://github.com/loft-sh/devpod/issues/1250, could you try the fix there and see if that works for you? Simply wrap the call to DevPod Desktop in a shell, something like
#! /usr/bin/env sh
exec $SHELL -c 'exec /Applications/DevPod.app/Contents/MacOS/DevPod'
I think it can't find jetbrains because it does not have access to the correct PATH
What happened?
When using Windows 10, with git installed via scoop, trying to create a workspace in a remote Kubernetes environment fails during the repository clone step.
This is "interesting" because directly executing the command succeeds:
What did you expect to happen instead?
The repository to clone and the workspace to be successfully created.
How can we reproduce the bug? (as minimally and precisely as possible)
Local Environment:
DevPod Provider:
Anything else we need to know?