meetpd
meetpd

Reputation: 9219

Configuring Git in XCode4 shows "Host is unreachable"

I am trying to configure Git repository using Xcode 4.

When I try to enter path in 'Location', it shows "Host is unreachable". eventhough I am able to access the same path thru Finder.

What could be wrong?

Upvotes: 0

Views: 2643

Answers (1)

meetpd
meetpd

Reputation: 9219

Ok. I got my mistake.

In filepath I was entering as: smb://computername/foldername/

But instead, we should give as: /Volumes/foldername/

Doing it this way gave "Host reachable".

Hope this helps someone.

Upvotes: 1

Related Questions