i'm trying to clone a repo from github enterprise. i've followed the instructions i could find and set up the following gitconfig:
[url "[email protected]:"] insteadOf = ssh://[email protected]/ however i can't get past the vanity import check, instead getting: unrecognized import path "[email protected]:/user/repo" (parse https://[email protected]:/user/repo?go-get=1: no go-import meta tags ()) for what that's worth, i am able to git ls-remote both "[email protected]:/user/repo" and "ssh://[email protected]/user/repo" from the command line... any suggestions? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
