error: pathspec 'test-branch' did not match any file(s) known to git

后端 未结 11 1785
刺人心
刺人心 2020-12-13 17:31

I am a new user of Git. I have forked a repository called Spoon-Knife (available for practicing forking with Git). Then, I cloned it locally by running

git c         


        
11条回答
  •  再見小時候
    2020-12-13 17:49

    This error can also appear if your git branch is not correct even though case sensitive wise. In my case I was getting this error as actual branch name was "CORE-something" but I was taking pull like "core-something".

提交回复
热议问题