Error in git commit

Asked

Viewed 29 times

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?

  • 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.

  • Yes, the mistake is the same

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.