SSHの外部接続をブロックしているサーバーでBitbucketのリポジトリのデータをpullする場合、443ポートを用いて下記のようなURLを設定すると取得することができる。
ssh://git@altssh.bitbucket.org:443/<account_name>/<repo_name>/
参考:https://ja.confluence.atlassian.com/bitbucket/troubleshoot-ssh-issues-271943403.html
SSHの外部接続をブロックしているサーバーでBitbucketのリポジトリのデータをpullする場合、443ポートを用いて下記のようなURLを設定すると取得することができる。
ssh://git@altssh.bitbucket.org:443/<account_name>/<repo_name>/
参考:https://ja.confluence.atlassian.com/bitbucket/troubleshoot-ssh-issues-271943403.html