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

.gitconfig issue #32

Open
arailab1 opened this issue May 5, 2023 · 1 comment
Open

.gitconfig issue #32

arailab1 opened this issue May 5, 2023 · 1 comment

Comments

@arailab1
Copy link

arailab1 commented May 5, 2023

After following the whole step in the project. I found that I can not use git on the ide. The reason was .gitconfig folder.
Could you fix it?

Erro message : warning: unable to access '/home/developer/.gitconfig': Is a directory
fatal: unknown error occurred while reading the configuration files

@yosuke
Copy link
Member

yosuke commented Dec 11, 2023

@arailab1
The current configuration assumes that you have .gitconfig on your host environment.
So you have to run following commands before you execute docker-compose:

git config --global user.name "John Doe"
git config --global user.email [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants