cloning error when checking out private github repo

前端 未结 2 1295
感动是毒
感动是毒 2020-12-22 08:42

I get the following error while cloning a private repo on my colleagues computer:

Cloning into xxx...
remote: Counting objects: 7112, done.
remote: Compressi         


        
2条回答
  •  既然无缘
    2020-12-22 09:30

    The answer:

    I created a branch, (git checkout -b master2) then pushed the branch. Then i deleted master and renamed master2 to master.

    Finally worked.

提交回复
热议问题