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 codespaces from this repo and tried git status and getting this error below
> git status
warning: unable to access '/root/.gitconfig': Is a directory
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
The text was updated successfully, but these errors were encountered:
where the VSCode dev container configuration attempts to mount the git repository. I'll take a look at how we can make that compatible with Github Codespaces.
I started a codespaces from this repo and tried git status and getting this error below
The text was updated successfully, but these errors were encountered: