Bitbucket has an importer mechanism for importing repositories from remote locations, but it only supports the git:// protocol. Our existing repositories are located on a company-managed machine behind a firewall, which I cannot change, and git:// not available. I need to transfer the repositories from our company machine to a bitbucket, saving all the history and details from the original storage.
Is there a way to do this by cloning the source repository via ssh to the local computer, and then clicking that repository on the recently released repository on the bitpack? Can I lose history or data this way?
(I hope for an answer that is not specific to the bitpack, but will work in any case to “move” the git repository.)
source share