Solucionado (ver solução)
Solucionado
(ver solução)
2
respostas

Erro commit -m

Olá pessoal, estou com esso erro ao tentar fazer o commit. Como resolver?

$ git commit -m "Teste commit" fatal: Unable to create 'C:/Users/Laís Madeira/repositorio/cursogit/.git/index.lock': File exists.

Another git process seems to be running in this repository, e.g. an editor opened by 'git commit'. Please make sure all processes are terminated then try again. If it still fails, a git process may have crashed in this repository earlier: remove the file manually to continue.

2 respostas
solução!

Oi, Laís, tudo bem?

Sugiro seguir com esse comando e excluir esse arquivo:

rm -f ./.git/index.lock

talvez você tenha executado mais de um git commit

Espero ter te ajudado!

Deu certo! Muito obrigada, Laís! :)