
Ok, I had the same problem and for me it seems that it has problems resolving the server. I did turn off websites on my server and haven't turned it back on yet, so not sure if that will be a problem if I turn it back on. But on the off chance that it is the same issue, I figured I would post my solution to my problem. Your issue slightly different even though I got the same error message, so not sure if this will solve your issue or not. The admin account that I was able to login with already had a home directory and wasn't a network user. Once the "home" directory was created I could login via ssh on those accounts AND creating and cloning repositories through xCode worked fine. I had to go back and add a "Home Folder" of "Local Only" for those users who were going to have xCode access.

Basically ssh won't allow you to login without a home directory. For reasons that don't matter to this discussion I originally setup all my users as "local network users" with no "Home Folder". If I tried to clone a local repository to the server I got the same error, however the repository was actually create, but it was empty. I had the same error message and it turned out I could not ssh into the server with my developer accounts. I was able to ssh into my server only with my admin account which made me think that ssh was working, but it turns out it wasn't for all user accounts. You said you had SSH access working so this may be a different issue. Its driving me nuts, can anyone offer any ideas? Just my development machine doesn't know it. The project shows up on the server in the Repositories. The strangest part is that when I get the error about being unable to connect, the project I am trying to push actually does show up on the server.

Hosting a website, Screen sharing and I can SSH into it without any problem. But anything new I cannot push or create.Īll the other services I use on the server are working. I can even pull projects that were already on the server. I am able to add the server in Xcode preferences without any problem.

My machine knows that the remote server is there and alive. Verify the server is running and try again." On my development machine, when I try to create a project on the remote server, or when I try to push to the server I get the error.Ĭould not connect to the remote repository because the server was unreachable.
#Flexihub not connecting to remote iphone xcode mac
I have a mac mini running OS X Server 4 on Yosemite 10.10.1 and I am trying to set up the Xcode server to host my repositories.
