While attempting to migrate from perforce to GIT as part of our cloud migration using the Azure platform we attempted to access a GIT Repo using the following as the Fetch URL: 
https://geico.visualstudio.com/ERS%20Outage%20Modernization/_git/FNOLOutage_App. 
We received the error below.
We're using version 7.0.30 of quickbuild.  Is there an issue with that version supporting https?  Is there a solution or workaround that will allow us to pull from a repository in the cloud?
ERROR:
2020-02-04 11:21:53 - Failed to run command: git clone --no-checkout 
https://AFonge:******@geico.visualstudio.com/ERS%20Outage%20Modernization/_git/FNOLOutage_App G:\ClmSrc\20160116_FT\integ-frmwk -q 
Command return code: 128
Command error output: cygwin warning:
 MS-DOS style path detected: G:\ClmSrc\20160116_FT\integ-frmwk
 Preferred POSIX equivalent is: /cygdrive/g/ClmSrc/20160116_FT/integ-frmwk
 CYGWIN environment variable option "nodosfilewarning" turns off this warning.
 Consult the user's guide for more details about POSIX paths:
 
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
warning: templates not found /usr/share/git-core/templates
fatal: Unable to find remote helper for 'https'
        
https://git-scm.com/download/win