Click here to Skip to main content
15,886,036 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
### github The default make file behavior is to build the binary: ``` $ go get github.com/enmotech/opengauss_exporter $ cd ${GOPATH-$HOME/go}/src/github.com/enmotech/opengauss_exporter $ make build $ export DATA_SOURCE_NAME="postgresql://login:password@hostname:port/dbname" $ ./bin/opengauss_exporter <flags> ```
### gitee The default make file behavior is to build the binary: ``` [root@node1 opengauss_exporter]# pwd /root/go/src/gitee.com/enmotech/opengauss_exporter [root@node1 opengauss_exporter]# make build ▶ cleaning ▶ running gofmt go: gitee.com/opengauss/openGauss-connector-go-pq@v1.0.0: Get https://proxy.golang.org/gitee.com/opengauss/open%21gauss-connector-go-pq/@v/v1.0.0.mod: dial tcp 216.58.200.241:443: i/o timeout make: ** [Makefile:80: fmt] Error 1 [root@node1 opengauss_exporter]#


What I have tried:

I tried to google it, but no results?
Posted
Updated 4-Aug-22 3:41am

1 solution

dial tcp 216.58.200.241:443: i/o timeout make: **

The connection to the IP address 216.58.200.241 is timing out. Contact the owner of the github site for help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900