Git configuration in Xcode4 shows that "Host is unreachable"

I am trying to set up a Git repository using Xcode 4.

When I try to enter the path in "Location", it shows "Host is unreachable". eventhough, although I can access the same path through the Finder.

What could be wrong?

0
source share
1 answer

Ok I was wrong.

In the path to the file, I entered as: SMB: // computer_name / folder_name /

But instead, we should give: / Volumes / folder_name /

Executing this method gave "Host Availability".

Hope this helps someone.

+1
source

All Articles