devpod
devpod copied to clipboard
container with git worktree dont work
What happened?
i started a devcontainer using a worktree git branch as workspace.
when try run git command get : fatal: not a git repository:
What did you expect to happen instead?
How can we reproduce the bug? (as minimally and precisely as possible)
My devcontainer.json:
{
"name": "freqtrade Develop",
"image": "ghcr.io/freqtrade/freqtrade-devcontainer:latest",
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [8080],
"workspaceMount": "source=${localWorkspaceFolder},target=/user/ftuser/freqtrade,type=bind,consistency=cached",
}
Local Environment:
- DevPod Version: v0.6.9
- Operating System: linux
- ARCH of the OS: AMD64
Duplicate of https://github.com/loft-sh/devpod/issues/512
This issue is stale because it has been open for 60 days with no activity.
This issue was closed because it has been inactive for 30 days since being marked as stale.