安裝golang tour,提示錯誤
試圖在自己機器上安裝 golang tour,出現了問題。
Couldn't find tour files: could not find go-tour content; check $GOROOT and $GOPATH
請教一下各位前輩如何解決。上網找了幾天,沒有找到答案。謝謝先~
系統環境是這樣的:
export GOROOT=/usr/local/go
export GOPATH=/usr/local/GOPATH
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
export GO111MODULE=on
安裝步驟:
~# go get golang.org/x/tour
go: finding golang.org/x/tour latest
go: finding golang.org/x/tools v0.0.0-20190312164927-7b79afddac43
go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
go: finding golang.org/x/text v0.3.0
go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
go: downloading golang.org/x/tour v0.0.0-20190611164551-1f1f3d2b450b
go: extracting golang.org/x/tour v0.0.0-20190611164551-1f1f3d2b450b
go: downloading golang.org/x/tools v0.0.0-20190312164927-7b79afddac43
go: extracting golang.org/x/tools v0.0.0-20190312164927-7b79afddac43
go: downloading golang.org/x/net v0.0.0-20190311183353-d8887717615a
go: extracting golang.org/x/net v0.0.0-20190311183353-d8887717615a
執行:
~# tour
2019/06/17 16:00:33 Couldn't find tour files: could not find go-tour content; check $GOROOT and $GOPATH
我想請教的問題:
- 這個錯誤怎麼修正?
- 試圖 go mod download 安裝到其它目錄(學習 go mod),發現還是下載到 $GOPATH/pkg 中。正確的操作方法是什麼呢?
更多原創文章乾貨分享,請關注公眾號
- 加微信實戰群請加微信(註明:實戰群):gocnio
相關文章
- onethink安裝提示錯誤
- windows 2019 net 3.5 安裝錯誤提示Windows
- adobe安裝提示【錯誤程式碼1】解決方法
- golang原始碼安裝時fatal error: MSpanList_Insert錯誤Golang原始碼Error
- 關於pip安裝時提示"pkg_resources.DistributionNotFound"錯誤
- cocoapods安裝錯誤
- Ubuntu 安裝包時提示錯誤E: Unable to locate package mysql-server錯誤 解決辦法UbuntuPackageMySqlServer
- 安裝時提示錯誤,請高手幫忙解決一下
- office安裝錯誤1920提示未能啟動服務解決方法
- Hadoop安裝錯誤總結Hadoop
- MySQL 安裝常見錯誤MySql
- 虛擬主機子目錄安裝了zblog 文章釋出提示錯誤
- MySQL系列:Docker安裝 MySQL提示錯誤:Access denied for user'root'@'localhost' (using password:yes)MySqlDockerlocalhost
- MySQL錯誤提示(10061)MySql
- 安裝.NET Core遇到的錯誤
- PHP安裝後錯誤處理PHP
- linux安裝thefuck報gcc錯誤LinuxGC
- Python錯誤:PyCharm 安裝出錯 Internal error,please。。。PythonPyCharmError
- win10正式版系統安裝office提示錯誤1935如何解決Win10
- Win10電腦安裝Office出現“1907”錯誤提示的解決教程Win10
- Win10系統中安裝MATLAB提示Internal error 2203錯誤怎麼辦Win10MatlabError
- Nessus提示API Disabled錯誤API
- MacOs 安裝擴充套件錯誤列表Mac套件
- WordPress 線上安裝或更新錯誤
- golang安裝Golang
- win10提示itunes被配置前安裝程式發生錯誤怎麼修復Win10
- PbootCMS錯誤提示:執行SQL發生錯誤!錯誤:no such column: def1bootSQL
- 更新Win10系統提示0x80240008錯誤怎麼回事_Win10安裝更新提示0x80240008錯誤程式碼如何解決Win10
- win10安裝程式installer錯誤怎麼辦_win10安裝程式installer錯誤解決方法Win10
- 網站提示400錯誤:錯誤請求怎麼辦網站
- Laravel 安裝後報 500 和 404 錯誤Laravel
- centos8安裝docker錯誤解決CentOSDocker
- Python2.7安裝Scrapy錯誤處理Python
- Microsoft Store安裝應用提示錯誤0x80070005以及WindowsApps許可權問題ROSWindowsAPP
- win10系統安裝xftp5提示“功能傳送錯誤1605”如何解決Win10FTP
- 安裝易優EyouCms時提示“Array and string offset access syntax with curly braces is deprecated”錯誤怎麼辦?
- 如何關閉PHP錯誤提示PHP
- golang安裝gRpcGolangRPC