Sure, here's the results. Let me know if I didn't do the syntax correctly. Thanks for the help!
toddrob@toddrob-laptop3 MINGW64 ~ $ GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone https://microsoftit.visualstudio.com/DefaultCollection/OneITVSO/_git/SI-HDC-CPT-CloudMS_Module 10:25:35.823361 git.c:344 trace: built-in: git 'clone' ' https://microsoftit.visualstudio.com/DefaultCollection/OneITVSO/_git/SI-HDC-CPT-CloudMS_Module ' Cloning into 'SI-HDC-CPT-CloudMS_Module'... 10:25:35.870241 run-command.c:334 trace: run_command: 'git-remote-mshttps' 'origin' 'mshttps:// microsoftit.visualstudio.com/DefaultCollection/OneITVSO/_git/SI-HDC-CPT-CloudMS_Module ' fatal: Unable to find remote helper for 'mshttps' On Mon, Mar 21, 2016 at 3:49 AM, Konstantin Khomoutov < [email protected]> wrote: > 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.
