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
Getting an error regarding the .gitconfig whenever I try to use git. I'm unable to pull from repos and have to download the repo and then upload it. Any fix/workaround?
○ → git clone https://github.com/rwbot/repo
Cloning into 'repo'...
warning: unable to access '/home/developer/.gitconfig': Is a directory
fatal: unknown error occurred while reading the configuration files
The text was updated successfully, but these errors were encountered:
this happens if you do not have a ~/.gitconfig file prior to start on your host. Stop the compose, rmdir your .gitconfig folder on your host machine, then create an empty file (touch ~/.gitconfig).
next time you start your docker compose stack, it will be a file, not a directory.
Getting an error regarding the
.gitconfig
whenever I try to use git. I'm unable to pull from repos and have to download the repo and then upload it. Any fix/workaround?The text was updated successfully, but these errors were encountered: