MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Open mayilin0714 opened this issue 2 years ago • 1 comments

Issue Description / 问题描述 Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Steps to Reproduce / 复现步骤 cd MetaGPT && docker build -t metagpt:custom .

Error Screenshots or Logs / 错误截图或日志

image

mayilin0714 avatar Oct 30 '23 08:10 mayilin0714

The error indicate that your network can not access to docker hub. You need to config a proxy.

voidking avatar Nov 03 '23 02:11 voidking