When I do 'git push' from my local machine, it hangs after printing out the following line:
"fatal: '/opt/micros/data/cvs/vp0646/data/d-369/r-19903369' does not appear to be a git repository"
I have confirmed that the local directory where I run 'git push' from, is indeed inside a local git repository. Also, the "/opt/micros/..." path is not present on my machine, so it must be something at the Bitbucket end.
What could I do to fix this? Thank you!