I am trying to checkout a branch from my forked repository but it gives an error:
Repository: https://github.com/tmsblgh/codechecker/tree/issue799
MacBook-Pro:codechecker tmsblgh$ git branch -vv * master acdc482 [origin/master] Merge pull request #1636 from gyorb/version68 MacBook-Pro:codechecker tmsblgh$ git --version git version 2.17.1 MacBook-Pro:codechecker tmsblgh$ git fetch MacBook-Pro:codechecker tmsblgh$ git checkout issue799 error: pathspec 'issue799' did not match any file(s) known to git. Baloghs-MacBook-Pro:codechecker tmsblgh$ git remote -v origin https://github.com/tmsblgh/codechecker.git (fetch) origin https://github.com/tmsblgh/codechecker.git (push) MacBook-Pro:codechecker tmsblgh$ git checkout issue799 error: pathspec 'issue799' did not match any file(s) known to git.
git remote -v, I am pretty much its pointing to repo you have forked your repo from. If it is, change it to your origin.