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

Git 10 x 0 Eu

Pessoal, fui commitar e apareceu isso aqui:

Please enter the commit message for your changes. Lines starting

with '#' will be ignored, and an empty message aborts the commit.

#

On branch master

Changes to be committed:

modified: index.html

E agora não consigo fazer mais nada...

2 respostas

E aí diz que o processo ainda está rodando... e eu só alterei o acento...

fiz git commit -m "Adicionei acento"

solução!

Olá Igor, tudo bem? Era isso mesmo que eu ia perguntar, o erro indica que você executou o comando git commit -m "<mensagem>" sem informar uma mensagem, então você verificou direitinho se não faltou um ou outra aspa ( " ) pode ter sido por esse motivo. Mas nesse momento, após ele apresentar a mensagem:

Please enter the commit message for your changes. Lines starting
with '#' will be ignored, and an empty message aborts the commit.
#

Deve ter sido aberto um editor de código (geralmente é o Vim), para que você pudesse digitar apenas a mensagem, que seria: "Adicionei acento" e sair e salvar (usando o atalho de teclado :wq).