I\'m getting the following errors in Git using BitBucket:
conq: repository does not exist. fatal: The remote end hung up unexpectedly
How do I
I was able to solve this problem by navigating into the submodule's root directory and using the following command.
git push -v origin master
I stumbled across this at here which also has some other troubleshooting steps that may be of use.