I'm on a shared hosting (huge mistake). I have ssh'ed into it and trying to clone a private repository from bitbucket.org:
git clone git@example.com:MyStuff/private-repository.git
but facing this issue:
socket: Address family not supported by protocol
ssh: connect to host bitbucket.org port 22: Address family not supported by protocol
Now looking at this page: https://forums.gentoo.org/viewtopic-t-127306-start-0.html. I think maybe I need to disable the use of ipv6 by ssh to connect to the host. I can't do that (shared hosting).
Any help?