0
I’m starting to use git now and when I try to do git commit
happens the following:
fatal: failed to expand user dir in: '~./gitmesage'
I already gave git add .
and yet the error repeats itself. Someone knows what the problem might be?
0
I’m starting to use git now and when I try to do git commit
happens the following:
fatal: failed to expand user dir in: '~./gitmesage'
I already gave git add .
and yet the error repeats itself. Someone knows what the problem might be?
Browser other questions tagged git
You are not signed in. Login or sign up in order to post.
Have you tried using the commit command with a message? would be like this:
git commit -m "inicio do projeto"
. The parameter-m
is to add a message to your commit.– Danizavtz
Yes, the mistake is the same
– Thiago MM