XCode4 add Repository Host Unreachable?

后端 未结 4 929
南旧
南旧 2021-01-05 10:19

I\'m trying to add a remote linux SVN repository to my project but when I enter the server address I get the message Host is unreachable.

I\'m entering it like

4条回答
  •  我在风中等你
    2021-01-05 11:14

    I also came across this with hard luck. How I fixed my broken repository is as follows.

    1. Start XCode and check out or clone a new repository.
    2. Copy the git HTTPS clone URL.
    3. Paste into the Xcode field and remove the "S" of HTTPS.
    4. Press clone button
    5. When the "verify Certificate" popup appears make sure to set it to "Always Trust"
    6. If needed to enter git username password save that to the keychain.
    7. In the original "broken repository" Open the XCode organizer click the remotes folder and expand "origin"
    8. If no branch appears enter username and password and the remote will now appear

    Hope this helps

提交回复
热议问题