Both vcs roots show success when testing the connection, but one always errors on:
git fetch command failed
I did notice that with the project that fails, when I do git bash, I must do git pull origin master instead of just git pull. I made sure both config files under the .git directories are identical (except for the url, of course). I am new to git…
Suggestions?
I’m not familiar with TeamCity but if this turns out to be a git problem, you might want to try the following:
git remote -vand make sure the URLs are correct.git branch -vvand verify the branches have valid upstreams, e.g. [origin/master].If that doesn’t help, see if you can give us more details, like extra error logs around the “‘git fetch’ command failed” message.