相关疑难解决方法(0)

在Windows上坚持Git:无法结账,无法藏匿,无法提交

我被困了......如果我做git stash我得到:

Fatal: Unable to create /index.lock: File exists. If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is running and remove the file manually to continue.
Run Code Online (Sandbox Code Playgroud)

手动删除index.lock后,我得到:

Rename from .git/index.lock to .git/index failed. Should I try again? (y/n)
Run Code Online (Sandbox Code Playgroud)

git checkout master:

 Rename from .git/index.lock to .git/index failed. Should I try again? (y/n)
Run Code Online (Sandbox Code Playgroud)

git通过GitHub提交:

Unable to create a new commit
Run Code Online (Sandbox Code Playgroud)

我能做什么?

git github

9
推荐指数
1
解决办法
7075
查看次数

致命:无法创建'/.git/index.lock':文件存在

当我尝试重命名我的任何图像名称时Xcode Project,会出现以下错误.

fatal: Unable to create '/.git/index.lock': File exists. 

If no other git process is currently running, this probably means a
git process crashed in this repository earlier. Make sure no other git
process is running and remove the file manually to continue.
Run Code Online (Sandbox Code Playgroud)

不知道出了什么问题.提前致谢.

xcode xcode4.5

7
推荐指数
1
解决办法
1万
查看次数

标签 统计

git ×1

github ×1

xcode ×1

xcode4.5 ×1