Boa tarde galera
Estou começando o curso do Git e GitHub, criei uma pasta dentro dos "MeusDocumentos/Danka/GiteGitHub", dei um "git init" e até aí tudo certo. Criei um arquivo "index.html" e salvei ele dentro da pasta. mas na hora de add ele, não consigo, aparece esse erro:
computador@computador-PC MINGW32 ~/Meus documentos/Danka/Git e GitHub (master) $ git init Reinitialized existing Git repository in C:/Users/computador/Projetos Danka/.git/
computador@computador-PC MINGW32 ~/Meus documentos/Danka/Git e GitHub (master) $ git status On branch master
No commits yet
nothing to commit (create/copy files and use "git add" to track)
computador@computador-PC MINGW32 ~/Meus documentos/Danka/Git e GitHub (master) $ dir index.html
computador@computador-PC MINGW32 ~/Meus documentos/Danka/Git e GitHub (master) $ git add index.html fatal: pathspec 'index.html' did not match any files
computador@computador-PC MINGW32 ~/Meus documentos/Danka/Git e GitHub (master) $ git add index fatal: pathspec 'index' did not match any files
Alguém sabe me explicar o que estou fazendo de errado?