1
resposta

Acontecendo um erro que não entendi

Na hora de eu comitar o index.hml Apareceu isso:

evani@DESKTOP-HVQCCJ6 MINGW64 ~/onedrive/Área de Trabalho/lógica/Git-Github/ana/projeto (master)
$ git commit -m "Renomeandp curso de Integração Contínua"
fatal: Unable to create 'C:/Users/evani/OneDrive/Área de Trabalho/lógica/Git-Github/ana/projeto/.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.

O que devo fazer?

1 resposta

Em algum momento você interrompeu um processo do git e isso corrompeu as configurações. Apaga o arquivo .git/index.lock, verifique se seu log está correto e tudo está ok e depois pode continuar com seu commit.