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?
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.