我按照https://auth0.com/docs/server-platforms/golang 中的步驟操作, 并嘗試在 Windows 7 機器上設置種子項目。我有ABLE做“去拿”以下;github.com/gorilla/mux, golang.org/x/oauth2,github.com/astaxie/beego/session,get github.com/codegangsta/negroni在這些之后,當我運行 go install 時出現錯誤;C:\Users\TestUser\Documents\go\auth0-golang-sample>go installmain.go:4:2: cannot find package "github.com/auth0/auth0-go/examples/regular-web-app/app" in any of: C:\Go\src\pkg\github.com\auth0\auth0-go\examples\regular-web-app\app (from $GOROOT) C:\Users\TestUser\Documents\go\src\github.com\auth0\auth0-go\examples\regular-web-app\app (from $GOPATH)server.go:4:2: cannot find package "github.com/auth0/auth0-go/examples/regular-web-app/routes/callback" in any of: C:\Go\src\pkg\github.com\auth0\auth0-go\examples\regular-web-app\routes\callback (from $GOROOT)..........當我嘗試“ go get github.com/auth0/auth0-go/”時出現以下錯誤C:\Users\TestUser\Documents\go\auth0-golang-sample>go get github.com/auth0/auth0-go/Username for 'https://github.com': userPassword for 'https://[email protected]':# cd .; git clone https://github.com/auth0/auth0-go C:\Users\TestUser\Documents\go\src\github.com\auth0\auth0-goCloning into 'C:\Users\TestUser\Documents\go\src\github.com\auth0\auth0-go'...remote: Repository not found.fatal: repository 'https://github.com/auth0/auth0-go/' not foundpackage github.com/auth0/auth0-go: exit status 128但是,當我嘗試去獲取 github.com/auth0/auth0-golang/C:\Users\TestUser\Documents\go\auth0-golang-sample>go get github.com/auth0/auth0-golang/package github.com/auth0/auth0-golang imports github.com/auth0/auth0-golang imports github.com/auth0/auth0-golang: no buildable Go source files in C:\Users\TestUser\Documents\go\src\github.com\auth0\auth0-golang
Golang Webapp 種子設置失敗
慕田峪7331174
2021-09-10 15:03:38