I am trying to update my react app service. No matter the method the deployment center says it fails and the logs return the next message:
fatal: Unable to create '/home/site/repository/.git/index.lock': File exists.\n\nAnother git process seems to be running in this repository, e.g.\nan editor opened by 'git commit'. Please make sure all processes\nare terminated then try again. If it still fails, a git process\nmay have crashed in this repository earlier:\nremove the file manually to continue.\n\n/usr/bin/git checkout master --force
How can I "restart" or fix the local git repository of my app service?