Another git process seems to be running in this repository

后端 未结 28 2294
梦谈多话
梦谈多话 2020-11-29 14:34

I\'m trying to learn how to use Git and have created a small project with an HTML, CSS, and Javascript file. I made a branch from my basically empty project and then made so

28条回答
  •  鱼传尺愫
    2020-11-29 15:03

    I got this error while pod update. I solved it by deleting the index.lock file in cocoapods's .git directory.

    rm -f /Users/my_user_name/.cocoapods/repos/master/.git/index.lock
    

    It might help someone.

提交回复
热议问题