gobuffalo / buffalo

Rapid Web Development w/ Go
http://gobuffalo.io
MIT License
8.08k stars 578 forks source link

Unable to generate new projects #1794

Closed decipherpunk closed 5 years ago

decipherpunk commented 5 years ago

Description

Unable to create generate new app, tried multiple time, assuming that there might be an issue with the git provider, tried after a while but doesn't work.

Tried with latest version & the version posted here

Steps to Reproduce the Problem

  1. Install buffalo
  2. Follow the coke instruction

Expected Behavior

App should be generated successfully

Actual Behavior

go: git.apache.org/thrift.git@v0.0.0-20180902110319-2566ecd5d999: git fetch -f https://git.apache.org/thrift.git refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /Users/xxxxx/go/pkg/mod/cache/vcs/83dba939f95a790e497d565fc4418400145a1a514f955fa052f662d56e920c3e: exit status 128: fatal: unable to access 'https://git.apache.org/thrift.git/': Failed to connect to git.apache.org port 443: Operation timed out go: error loading module requirements

Info

``` -> Go: Checking installation ✓ The `go` executable was found on your system at: /usr/local/bin/go -> Go: Checking minimum version requirements ✓ Your version of Go, 1.12.7, meets the minimum requirements. -> Go: Checking GOPATH ✓ You are using Go Modules, so no need to worry about the GOPATH. -> Go: Checking Package Management ✓ You are using Go Modules (`go`) for package management. -> Go: Checking PATH ✓ Your PATH contains /Users/xxxx/go/bin. -> Node: Checking installation ✓ The `node` executable was found on your system at: /usr/local/bin/node -> Node: Checking minimum version requirements ✓ Your version of Node, v12.10.0, meets the minimum requirements. -> NPM: Checking installation ✓ The `npm` executable was found on your system at: /usr/local/bin/npm -> NPM: Checking minimum version requirements ✓ Your version of NPM, 6.11.3, meets the minimum requirements. -> Yarn: Checking installation ✓ The `yarnpkg` executable was found on your system at: /usr/local/bin/yarnpkg -> Yarn: Checking minimum version requirements ✓ Your version of Yarn, 1.17.3, meets the minimum requirements. -> PostgreSQL: Checking installation ✓ The `postgres` executable was found on your system at: /usr/local/bin/postgres -> PostgreSQL: Checking minimum version requirements ✓ Your version of PostgreSQL, 11.5, meets the minimum requirements. -> MySQL: Checking installation ✘ The `mysql` executable could not be found on your system. For help setting up your MySQL environment please follow the instructions for you platform at: https://www.mysql.com/downloads/ -> SQLite3: Checking installation ✓ The `sqlite3` executable was found on your system at: /usr/bin/sqlite3 -> SQLite3: Checking minimum version requirements ✓ Your version of SQLite3, 3.24.0, meets the minimum requirements. -> Cockroach: Checking installation ✘ The `cockroach` executable could not be found on your system. For help setting up your Cockroach environment please follow the instructions for you platform at: https://www.cockroachlabs.com/docs/stable/ -> Buffalo: Checking installation ✓ The `buffalo` executable was found on your system at: /usr/local/bin/buffalo -> Buffalo: Checking minimum version requirements ✓ Your version of Buffalo, v0.14.9, meets the minimum requirements. -> Buffalo: Application Details Pwd /Users/xxxx/Workspace/Go/xxxx Root /Users/xxxx/Workspace/Go/xxxx GoPath /Users/xxxx/go PackagePkg xxxx ActionsPkg xxxx/actions ModelsPkg xxxx/models GriftsPkg xxxx/grifts WithModules true Name xxxx Bin bin/xxxx VCS WithPop false WithSQLite false WithDep false WithWebpack false WithNodeJs false WithYarn false WithDocker false WithGrifts false AsWeb true AsAPI false InApp false PackageJSON {map[]} ```
stanislas-m commented 5 years ago

Please try with Go 1.13 if possible. It contains a Go module proxy feature which will solve your problem until we find fix.

stanislas-m commented 5 years ago

It seems fixed upstream. Please reopen if you still have this issue.