I'm on Windows 11, Docker in Docker
After installing, I am unable to perform git commands.
vscode ➜ /workspaces/workspace-basic $ git remote list
fatal: detected dubious ownership in repository at '/workspaces/workspace-basic'
To add an exception for this directory, call:
git config --global --add safe.directory /workspaces/workspace-basic
After I implement the exception, git works fine
These changes reflect the deletion of ardenone-cluster (which I'm supposing should be removed from general use) and the fix for line end changes I put in my pull request.
I'm on Windows 11, Docker in Docker
After installing, I am unable to perform git commands.
After I implement the exception, git works fine
These changes reflect the deletion of ardenone-cluster (which I'm supposing should be removed from general use) and the fix for line end changes I put in my pull request.