My goproxy config: https://goproxy.cn,direct
When I try to: go get k8s.io/kubernetes/pkg/scheduler/framework
And then show error: go: k8s.io/api@v0.0.0: reading k8s.io/api/go.mod at revision v0.0.0: git ls-remote -q origin
Whow should I do?
At the same time, I found that the k8s code cannot be pulled by using go get
. How should I solve it? Please help!