Your configuration specifies to merge with the ref 8216master8217 from the remote but no such ref was fetched

A couple of times I encounter this error when I issue a command line pull of a Git repository hosted on TF Service:

Your configuration specifies to merge with the ref ‘master’
from the remote, but no such ref was fetched.

If you go to the.git folder and open the git configfile, I noticed the option tagopt set to –tags

image

I do not know if that option was setup from the initial Visual Studio clone option (VS Tools for git are still in beta) but removing it should fix the problem and you should be able to do a standard command line pull again

SNAGHTML8a18b0

Gian Maria