Hello, On Mon, Jul 11, 2011 at 6:08 PM, frankkany <frankkany@xxxxxxxxx> 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@xxxxxxxxxxxxxxx: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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html