Hello,
On Mon, Jul 11, 2011 at 6:08 PM, frankkany [off-list ref] 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?
Maybe it is using an url.<base>.insteadOf that is set to
"hidden-repos:", check it with "git config -l".
But here the output of "git remote show $repo" is with the actual url,
not with the "hidden" ones, so not sure if it is your case.
HTH,
Santi