svn: E175002: Unable to connect to a repository at URL

前端 未结 8 1061
独厮守ぢ
独厮守ぢ 2021-02-08 12:20

I\'m trying to svn checkout this library https://code.google.com/p/google-api-objectivec-client/source/checkout but my svn doesn\'t connect from a particular macbook, same inter

相关标签:
8条回答
  • 2021-02-08 12:38

    I had the same problem, had to uninstall Cisco AnyConnect and it works. But if you need both then uninstall Cisco VPN and re-install it without the "Web Security" component.

    Running both Syncro and Cisco AnyConnect.

    0 讨论(0)
  • 2021-02-08 12:41

    The culprit was Cisco AnyConnect, I uninstalled it and svn works

    0 讨论(0)
  • 2021-02-08 12:46

    I removed all the previous auth ssl server by the command:

    rm ~/.subversion/auth/svn.ssl.server/*

    and all worked again.

    0 讨论(0)
  • 2021-02-08 12:48

    I had the same problem, I also had cisco anyconnect, but my solution was to change the URL to https and it seemed to work.

    That is I edited

    http://google-api-objectivec-client.googlecode.com/svn

    to

    https://google-api-objectivec-client.googlecode.com/svn

    in the script file

    0 讨论(0)
  • 2021-02-08 12:49

    When I used homebrew to install, I had this problem too.

    I changed the formula URL from https to http and it worked.

    The path in my book is /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/

    0 讨论(0)
  • 2021-02-08 12:50

    Steps what I did to solve the problem:

    • I turned off my internet connection
    • I cleared my DNS cache by running the command on my mac dscacheutil -flushcache
    • And then tried svn update and it worked this time
    0 讨论(0)
提交回复
热议问题