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.