On 7/11/2011 11:08 AM, frankkany wrote:
On box (A), when using "git remote show origin", I'm used to seeing something
like the following next to the FETCH/PUSH URL:
"git@somegitrepo.com:somefolder/someproject.git"
The URL is actually pingable.
On box (B), when using "git remote show origin" on an unfamiliar project,
the FETCH/PUSH URL is: "hidden-repos:repositories/mysteryproject.git".
How can I find where the actual url/directory where "hidden-repos" is
pointing?
There might be a "Host hidden-repos" entry in your .ssh/config or
/etc/ssh_config that maps the name to the actual hostname.
Ilya Bobyr