go get 설 치 를 사용 하면 항상 오류 가 발생 합 니 다:go:golang.org/x/[email protected]: unrecognized import path

2269 단어 golang
go get 오류 신고
[wangzheng@wangzheng-centos ~]$ go get -u github.com/swaggo/swag/cmd/swag
package golang.org/x/net/idna: unrecognized import path "golang.org/x/net/idna" (https fetch: Get https://golang.org/x/net/idna?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
package golang.org/x/text/unicode/norm: unrecognized import path "golang.org/x/text/unicode/norm" (https fetch: Get https://golang.org/x/text/unicode/norm?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
package golang.org/x/text/width: unrecognized import path "golang.org/x/text/width" (https fetch: Get https://golang.org/x/text/width?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)

해결 방법
git clone 은 github 에서 golang 코드 를 다운로드 합 니 다.https://github.com/golang/tools
[wangzheng@wangzheng-centos download]$ ls golang.org/x/
net  sys  text  tools
[wangzheng@wangzheng-centos download]$ pwd
/home/wangzheng/pkg/mod/cache/download

go get 설치
[wangzheng@wangzheng-centos src]$ go get github.com/swaggo/swag/cmd/swag
[wangzheng@wangzheng-centos src]$ sw
swag         swaplabel    swapoff      swapon       switch_root  

한 번 고생 하면 영원히 편안 해 지 는 방법.
골 랑.org 에 방문 할 수 있 는~~

좋은 웹페이지 즐겨찾기