I have cloned a git repository and then checked out a tag:
# git checkout 2.4.33 -b my_branch
This is OK, but when I try to run git pull<
git pull<
Try these commands:
git pull origin master git push -u origin master