Hi,
We have been creating branches for a long time now (1 year or so) using the Bitbucket web site. After this I would do a git fetch using Git Bash (tortoise) which will identify that there is a new branch and after that I can do a git checkout mybranch
All of a sudden, I create new branches (done this twice now), I do a git fetch which identifies that there is a new branch, but when I do get checkout mybranch I get
fatal: reference is not a tree: mybranch
Additionally when I do git branch, the new branch is not actually listed.
Our bamboo server is also throwing the same error so we are unable to run the build.
If I use Source Tree the branch is downloaded properly but, it is no use as Bamboo doesn't use Source Tree.
I have seen other people on the internet having same error but none of the issues seem related to what I am experiencing.
Any ideas or clues on how to proceed?