I have been doing a git clone of a repository in Gitlab through an azure pipeline and it showed the following error:
2020-08-13T11:23:42.2930076Z ##[warning]Git fetch failed with exit code 128, back off 6.913 seconds before retry. 2020-08-13T11:23:49.1339276Z ##[command]git fetch --force --tags --prune --progress --no-recurse-submodules --depth=2 origin 2020-08-13T11:23:49.3214993Z fatal: unable to access 'https://*****/gitlab/****/web.git/': SSL certificate problem: unable to get local issuer certificate How could I resolve this issue?
self-hosted agents. If you use this kind of agnet, you can refer to the following answer to solve the problem. If not, you share youragent typegitlab verification method.Command linetask to run this script. Could you please help me check if this issue exists in the Checkout step? If yes, this method may not be suitable. By the way , I tested withAzure Pipelines ->vs2017-win2016and it could work.