Re: 'Failed to create .git/index.lock'

2016-02-15 Thread Andreas Krey
On Mon, 15 Feb 2016 18:06:33 +, Lars Schneider wrote: > Hi Andreas, > > I am looking into a similar issue with SourceTree on Windows right now. > However, in my case it only happens when I switch branches. Semi-bingo. That is actually a difference between the workspace this happens in and

Re: 'Failed to create .git/index.lock'

2016-02-15 Thread Lars Schneider
Hi Andreas, I am looking into a similar issue with SourceTree on Windows right now. However, in my case it only happens when I switch branches. I investigated the Git commands that SourceTree triggers and it looks like it is doing something like this: (1) Run checkout command git.exe

'Failed to create .git/index.lock'

2016-02-08 Thread Andreas Krey
Hi all, I have a single workspace where executing merges occasionally leads to a left-over .git/index.lock file that prevents me from adding resolved conflicted files. I'm running a sped-up integration/feature branch process, and the merges and conflict resolution are automated. But the