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

Another git process seems to be running in this repository

Quando executo o comando aparece a mensagem abaixo. Tinha o TortoiseGit instalado, mas já desinstalei e a mensagem persiste.

<fatal: Unable to create 'C:/Users/bruno.silva/Documents/..Desenvolvimento/workspaces/curso-git/.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!

Olá Lorran,

Remova o arquivo .git/index.lock e teste novamente.

Nossa... bastava eu prestar mais atenção na frase...

Muito obrigado Lucas.