I\'m working on a team with a few developers using git on BitBucket. We are all working on a dev branch, not pushing to master until a release.
dev
master
I fixed it, I'm not exactly sure what I did. I tried simply pushing and pulling using:
git pull dev instead of git pull master:dev
git pull dev
git pull master:dev
Hope this helps out someone if they are having the same issue.