相談内容
公式ドキュメントにそって(https://goa.design/ja/learn/guide/)
go get -u github.com/goadesign/goa/...
のコマンドを実行するも
下記エラーが発生しうまくダウンロードできません。
(go get -u
を省いても同じ症状です。)
調べても全くわからないため、足りない情報などありましたら適宜指摘いただき、
解決案をご教示いただければ幸いです。
[root@localhost goa]# go get -u goa.design/goa/v3/... go: finding github.com/manveru/faker latest go: finding google.golang.org/genproto latest go: finding golang.org/x/tools latest go: finding github.com/zach-klippenstein/goregen latest go: finding golang.org/x/net latest go: finding golang.org/x/sys latest go: finding github.com/dimfeld/httppath latest go: finding golang.org/x/xerrors latest go get: google.golang.org/genproto@v0.0.0-20190819201941-24fa4b261c55 updating to google.golang.org/genproto@v0.0.0-20200702021140-07506425bd67 requires google.golang.org/protobuf@v1.24.0 requires google.golang.org/genproto@v0.0.0-20200526211855-cb27e3aa2013 requires google.golang.org/protobuf@v1.23.1-0.20200526195155-81db48ad09cc: invalid version: git fetch --unshallow -f https://go.googlesource.com/protobuf in /root/go/pkg/mod/cache/vcs/a6c5d6b8734f41936247415390043c979295646fadef73c39eedc1735cd0fef4: exit status 128: fatal: git fetch-pack: expected shallow list [root@localhost goa]#
環境
- CentOS7
- go version go1.13.11 linux/amd64
よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。