git --no-optional-locks -c color.branch=false -c color.diff=false -c color.status=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree add -f -- xxx/xx/xxx.h
fatal: Unable to create '/Users/xx/Documents/xxx/.git/index.lock': File exists.
解决方法,到给定路径'/Users/xx/Documents/xxx/.git/index.lock' 删除index.lock 即可。
网友评论