Estou seguindo as aulas e percebi que meu Commit aparece um erro, apesar de modificar com sucesso o arquivo. PS: Meu PC é linux, - Ubuntu - Utilizo o terminal.
Segue abaixo algumas linhas de código pra contextualizar o erro:
priscila.hirotsu@njp004387:~/Documentos/arquivos cursos$ git status
No ramo master
nothing to commit, working tree clean
priscila.hirotsu@njp004387:~/Documentos/arquivos cursos$ ls index.html
priscila.hirotsu@njp004387:~/Documentos/arquivos cursos$ git status
No ramo master
Changes not staged for commit: (utilize "git add ..." para atualizar o que será submetido) (use "git restore ..." to discard changes in working directory)
modified: index.html
nenhuma modificação adicionada à submissão (utilize "git add" e/ou "git commit -a")
priscila.hirotsu@njp004387:~/Documentos/arquivos cursos$ git add index.html
priscila.hirotsu@njp004387:~/Documentos/arquivos cursos$ git status
No ramo master
Mudanças a serem submetidas: (use "git restore --staged ..." to unstage)
modified: index.html
priscila.hirotsu@njp004387:~/Documentos/arquivos cursos$ git commit -m “Acento adicionado no curso de interação contínua”
error: pathspec 'adicionado' did not match any file(s) known to git
error: pathspec 'no' did not match any file(s) known to git
error: pathspec 'curso' did not match any file(s) known to git
error: pathspec 'de' did not match any file(s) known to git
error: pathspec 'interação' did not match any file(s) known to git
error: pathspec 'contínua”' did not match any file(s) known to git
priscila.hirotsu@njp004387:~/Documentos/arquivos cursos$ git status
No ramo master
Mudanças a serem submetidas:
(use "git restore --staged ..." to unstage)
modified: index.html