An SVN error (200 OK) when checking out from my online repository

后端 未结 14 1091
自闭症患者
自闭症患者 2020-12-01 07:00

I\'m trying to set up my first repository on my host and am getting this error when I use TortoiseSVN to checkout the project:

Error: OPTIONS of \'htt

14条回答
  •  借酒劲吻你
    2020-12-01 07:52

    For me it was definitely an authentication issue.

    Normally when I attempt to checkout a new project, I am asked if I want to accept the certificate (permanently, temporary, or not at all).

    I must have clicked not at all previously, so it wouldn't prompt me again.

    Using the TortoiseSVN client I went into Settings, then Saved Data and cleared my Authentication data (button Clear).

    Then when I attempted a checkout, it prompted me to accept the certificate. I did Permanently and all was good. It checked out all my code.

提交回复
热议问题