XCode4 add Repository Host Unreachable?

后端 未结 4 891
南旧
南旧 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:13

    To modify the host file you open the terminal and put this command:

    sudo nano /private/etc/hosts
    

    Now you have opened with "nano editor" the file hosts, add IP, save and close. After you put this code in the terminal to reflush dns:

    dscacheutil -flushcache

    END!

提交回复
热议问题