| << Back to previous view | 
|  | 
| 
                                [QB-3490] Quickbuild integration to Azure devops
                 | |
| Status: | Closed | 
| Project: | QuickBuild | 
| Component/s: | None | 
| Affects Version/s: | 7.0.30 | 
| Fix Version/s: | None | 
| Type: | Task | Priority: | Blocker | 
| Reporter: | Arnold Fonge | Assigned To: | Robin Shen | 
| Resolution: | Fixed | Votes: | 0 | 
| Remaining Estimate: | Unknown | Time Spent: | Unknown | 
| Original Estimate: | Unknown | ||
| Environment: | Windows Server | ||
| Description | 
| 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' | 
| Comments | 
| Comment by Robin Shen [ 05/Feb/20 12:47 AM ] | 
| Instead of using cygwin git client, please use the official Windows git: https://git-scm.com/download/win | 
| Comment by Robin Shen [ 05/Feb/20 12:48 AM ] | 
| Then make sure it is placed in system path in QB server and all build agents using git |