To get my git repo I need to connect to a proxy with socks5 authentication.
So i create a config file in ~/.ssh and i use netcat to reach the proxy with the parameter ProxyCommand
.
When i clone a repo in some terminal everything is fine.
But on Teamcity this doesn't work, it seems that it didn't use the config file.
So i try to use the internal property but there is no way to use socks5 with authentication.
If anyone could help I'd be very grateful.
Thanks.