deploy_bubble_using_docker icon indicating copy to clipboard operation
deploy_bubble_using_docker copied to clipboard

在使用docker-compose up运行时遇到go-gin下载失败的情况

Open HAOChuzhan opened this issue 4 years ago • 2 comments

go: github.com/gin-gonic/[email protected]: Get "https://proxy.golang.org/github.com/gin-gonic/gin/@v/v1.5.0.mod": dial tcp 216.58. 200.241:443: i/o timeout ERROR: Service 'bubble_app' failed to build: The command '/bin/sh -c go mod download' returned a non-zero code: 1

HAOChuzhan avatar Jan 05 '21 10:01 HAOChuzhan

可以设置下GOPROXY=https://goproxy.cn,direct

Q1mi avatar Jan 07 '21 08:01 Q1mi

resolved by update Dockerfile

Q1mi avatar May 21 '23 06:05 Q1mi