Hi,
I'm currently running Xcode 9.0 beta (9M136h). Whenever I try to clone an exisiting repository from my own git sever on my Synology NAS system, I get the following error:
"The server SSH fingerprint failed to verify"
The connection goes through ssh like: ssh://admin@<my_server>:<my_port>/volume1/gitrepos/<my_project>
I don't have this problem in Xcode 8, because there I can simply choose to trust the server anyway. Is this also possible for Xcode 9? Or is there any other way (besides git clone... from command line and opening the xcodeproj).
Thanks,
Rick