I set up a remote repository and I can push new changes to it, but I cannot fetch from it, I always get the (rather cryptic) error message:
fatal: Refusing t
Also this this should work if you are in master branch and wants to get latest try this
git pull origin master