TortoiseSVN Error: “OPTIONS of 'https://…' could not connect to server (…)”

后端 未结 20 1582
走了就别回头了
走了就别回头了 2020-12-09 07:34

I\'m trying to setup a new computer to synchronize with my SVN repository that\'s hosted with cvsdude.com.

I get this error:

![SVN Error][1] - removed im

20条回答
  •  鱼传尺愫
    2020-12-09 08:09

    I got this error too when I had my server as an exception for the proxy in the SVN config file like this: http-proxy-exceptions = *.repo.domain.com

    The solution for me was to use the svn server IP instead of the name. For some reason the name was not getting properly resolved from Eclipse Juno - Subclipse and from TortoiseSVN.

    So, what worked for me: http-proxy-exceptions = XXX.XX.X.X (the server IP)

提交回复
热议问题