Another git process seems to be running in this repository

后端 未结 28 2292
梦谈多话
梦谈多话 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:00

    Well, what helped me was simply making a copy of the repo folder with everything including the .git folder and working from the copy.

    1. I made a copy of the repo folder
    2. I navigated into the copy and deleted the .git/index.lock file & then i was able to initiate a PR
    3. I deleted my original repo folder
    4. I renamed the copy to the original

    That worked for me.

提交回复
热议问题