You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git is unable to remove a stale remote reference. (this is a branch that was deleted on the remote GIT repository).
$ git fetch
error: could not delete references: cannot lock ref 'refs/remotes/origin/wip/some/branch': Unable to create 'C:/path/to/clone/.git/refs/remotes/origin/wip/some/branch.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.
(branch name and paths shortened, but the paths involved are well within normal path length limits on Windows)
However this lock file does not exist.
Tracing git.exe in procmon shows that the process is creating the file, then noticing its existence, and then removing the file.
Git is unable to remove a stale remote reference. (this is a branch that was deleted on the remote GIT repository).
(branch name and paths shortened, but the paths involved are well within normal path length limits on Windows)
However this lock file does not exist.
Tracing git.exe in
procmon
shows that the process is creating the file, then noticing its existence, and then removing the file.Installation info:
The text was updated successfully, but these errors were encountered: