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
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
The text was updated successfully, but these errors were encountered:
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
:Local Environment:
The text was updated successfully, but these errors were encountered: