On Sun, 20 Mar 2016 15:34:50 -0700 (PDT) Todd Robertson <[email protected]> wrote:
> Hi, > On my main machine (Windows 10, 64 bit GIT client), I cannot clone > the remote repositories I need to work with, I get these results: > > toddrob@toddrob-laptop3 MINGW64 ~ > > $ git clone > https://microsoftit.visualstudio.com/DefaultCollection/OneITVSO/_git/SI-HDC-CPT-CloudMS_Module > > Cloning into 'SI-HDC-CPT-CloudMS_Module'... > > fatal: Unable to find remote helper for 'mshttps' [...] Please try running this command while having GIT_TRACE=1 and GIT_CURL_VERBOSE=1 in the environment -- this should provide you with a way more detailed printout of what had happened when Git tried to access that repository. I suspect some funky HTTP proxy setup but surely I might be missing the target completely. -- You received this message because you are subscribed to the Google Groups "Git for human beings" 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.
