How can I remove my /~.ssh
if I've lost it? I have to join a new project but if I am trying to commit, add or push anything I get an error:
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.
Is there any git comand to reset all my user settings and start using git like on a new computer?
~/.ssh
, but possibly with agit
command not finishing properly. Does the.git
directory in the project have anindex.lock
file in it?