Posts by Mr.Sarael • 1 point
1 post
-
-1
votes4
answers3254
viewsA: GIT error: pathspec 'master' Did not match any file(s) known to git
Maybe this can fix: git remote update git fetch git checkout --track origin/"BRANCH-NAME" Also, you need to verify that the branch was created for the correct repository. If you try to checkout the…