Unity Version Control Trought Corporate Proxy

I’m trying to set up a Project with unity version control but I am behind a proxy. The error I get is this one:

Error creating workspace for Project: Failed to connect to prd-azure-eastus-01-cloud.plasticscm.com:8787 within the 3015 ms timeout. To increase the timeout, set SocketConnectTimeoutMillisec in client.conf. If the timeout happens during push/pull, configure server.conf.
UnityEngine.Debug:LogErrorFormat (string,object[ ])

I already tried to set up the proxy by creating a cmd file with this commands:

@ off
set HTTP_PROXY=“PROXY ADDRESS”
set HTTPS_PROXY=“PROXY ADDRESS”
start “” “C:\Program Files\Unity Hub\Unity Hub.exe”

Any help would be greatly appreciated.

I dont know sorry

Contact IT. There’s probably more to it than just adding a proxy. Might also be required to add non-webservices to their whitelist, eg anything that isn’t reachable through standard port 80 (and some other common service ports) may be blocked by default.

Follow this guide: Automated Proxy Detection