Estou com esse erro e não consigo solucionar.
kaio@kaio-PC MINGW64 ~/Desktop/testegit (master)
$ ls
index.html.html
kaio@kaio-PC MINGW64 ~/Desktop/testegit (master)
$ git add
fatal: Unable to create 'C:/Users/kaio/.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.
kaio@kaio-PC MINGW64 ~/Desktop/testegit (master)
$ git add
fatal: Unable to create 'C:/Users/kaio/.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.
kaio@kaio-PC MINGW64 ~/Desktop/testegit (master)
$ ls
index.html
kaio@kaio-PC MINGW64 ~/Desktop/testegit (master)
$ git add index.html
fatal: Unable to create 'C:/Users/kaio/.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.
kaio@kaio-PC MINGW64 ~/Desktop/testegit (master)
$
kaio@kaio-PC MINGW64 ~/Desktop/testegit (master)
$