I have some problems with bitbucket...
When I try to push or pull data the connection hangs indefinitely...
I try to debug the connection and with `ssh -v git@bitbucket.org' and every time it stops on:
debug1: Connecting to bitbucket.org [18.205.93.0] port 22.
The IP changes and everytime it hangs but the only time that the test passed was with the ip 18.205.93.2
So to be able to continue to work I did a small and nasty patch.
`nano /etc/hosts`
Then
18.205.93.2 bitbucket.org
So ma y question is why bitbucket returns ips that hangs ?