Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container with git worktree dont work #1597

Open
castorinop opened this issue Jan 27, 2025 · 1 comment
Open

container with git worktree dont work #1597

castorinop opened this issue Jan 27, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@castorinop
Copy link

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
@bkneis
Copy link
Contributor

bkneis commented Jan 28, 2025

Duplicate of #512

@bkneis bkneis marked this as a duplicate of #512 Jan 28, 2025
@bkneis bkneis added enhancement New feature or request and removed kind/bug labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants