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

erro git pull local master

quando uso git pull aparece error: Your local changes to the following files would be overwritten by merge: index.html Please commit your changes or stash them before you merge. Aborting Updating 5edd038..f9e754a

2 respostas

Alguma alteração que você fez não te deixa fazer o pull. use git status para ver o arquivo alterado, depois se precisar git add e por fim precisa fazer git commit.

Ai sim tente o git pull outra vez.

Tive o mesmo erro, e desse jeito funcionou.

solução!

Olá Matheus, tudo bem? Me parece que você está tentando fazer um git pull sem commit as suas alterações então ele vai sobre escrever essas suas mudanças locais. Você poderia executar o comando:

git status

E verificar qual é a saída?

Fico aguardando retorno!