I am having trouble getting to use sock proxy when cloning using ssh url. I am behind a firewall. I have made the below change to the config file:
Host git@bitbucket.org
HostName git@bitbucket.org
ProxyCommand connect -S proxyhostname:proxyPortNumber %h %p"
However when I clone I can see this error message:
could not read from remote repository
I am new to this so not sure if there are any other configs I should be using.