fatal: unable to access 'https://git.cai-inc.com/fap/fap-debug-react-tpl.git/': Proxy CONNECT aborted
Summary
Failed to download git warehouse code
Steps to reproduce
.gitlab-ci.yml
before_script:
- echo "🐈 持续集成开始"
after_script:
- echo "🐈 持续集成完成"
deploy:
stage: deploy
script:
- PKG_NAME='xxx.tar.gz'
- echo "📦 开始打包"
- echo "🚚 开始发送包"
- echo "🚴♂️ 开始部署包"
- echo "😄 部署完成"
tags:
- dev
Actual behavior
Expected behavior
Relevant logs and/or screenshots
job log
Running with gitlab-runner development version (HEAD)
2 on yuanzhiandeMacBook-Pro.local dkU9E15Q
3
Preparing the "shell" executor
00:00
4Using Shell executor...
6
Preparing environment
00:00
7Running on yuanzhiandeMacBook-Pro.local...
9
Getting source from Git repository
00:00
10Fetching changes...
11Reinitialized existing Git repository in /Users/yuanzhian/code/zcy/基建/CI:CD/gitlab-runner/builds/dkU9E15Q/0/fap/fap-debug-react-tpl/.git/
12fatal: unable to access 'https://git.cai-inc.com/fap/fap-debug-react-tpl.git/': Proxy CONNECT aborted
14
Cleaning up project directory and file based variables
00:00
16ERROR: Job failed: exit status 1
Environment description
config.toml contents
concurrent = 1
check_interval = 0
[session_server]
session_timeout = 1800
[[runners]]
name = "yuanzhiandeMacBook-Pro.local"
url = "https://git.cai-inc.com/"
token = "oyShE-gXoBjoKewSvit-"
tls_verify = false
executor = "shell"
[runners.custom_build_dir]
[runners.cache]
[runners.cache.s3]
[runners.cache.gcs]
[runners.cache.azure]
