talent-plan / tinysql

A course to build the SQL layer of a distributed database.
Apache License 2.0
1.7k stars 519 forks source link

Dependency timeout issue #159

Closed XiaoYaoheihei closed 1 year ago

XiaoYaoheihei commented 1 year ago

When I run "make test-proj1" locally, the terminal shows this problem:

go: github.com/cznic/parser@v0.0.0-20181122101858-d773202d5b1f: Get "https://proxy.golang.org/github.com/cznic/parser/@v/v0.0.0-20181122101858-d773202d5b1f.mod": dial tcp 172.217.163.49:443: i/o timeout make: *** [Makefile:272:test-proj1] 错误 1

What should i do to deal with this problem?