无法从github上获取代码到Azure管道代理(自托管)

时间:2020-04-03 17:53:30

标签: azure-devops-rest-api azure-devops-self-hosted-agent

git -c http.extraheader =“授权:基本 ” -c http.proxy =“ https:// xxxxx: @ xxxxxxxxxxxx.local:8080 /” -c http.sslVerify = false获取--force --tags --prune --progress --no-recurse-submodules来源 致命:无法访问“ https://github.com/xxxxxxxxxxxxxxx”:错误:1408F10B:SSL例程:ssl3_get_record:版本号错误

[warning] Git提取失败,退出代码为128,在重试前回退了2.097秒。

git -c http.extraheader =“授权:基本 ” -c http.proxy =“ https:// xxxxxx: @ mproxy.xxxxxxxxxxxx.local:8080 /“ -c http.sslVerify = false提取--force-标签--prune --progress --no-recurse-submodules来源 致命:无法访问“ https://github.com/repo-name/branch/”:错误:1408F10B:SSL例程:ssl3_get_record:版本号错误

[warning] Git提取失败,退出代码为128,在重试之前退回了3.099秒。

git -c http.extraheader =“授权:基本 ” -c http.proxy =“ https:// xxxxx: @ mproxy.xxxxxxxx.local:8080 /“ -c http.sslVerify = false提取--force-标签--prune --progress --no-recurse-submodules来源 致命:无法访问“ https://github.com/repo-name/branch/”:错误:1408F10B:SSL例程:ssl3_get_record:版本号错误

[错误] Git提取失败,退出代码:128

1 个答案:

答案 0 :(得分:0)

您可以尝试使用http://中的https://代替http.proxy="https://xxxxx:***@xxxxxxxxxxxx.local:8080/"