Skip to content

Error when running locally on Windows #14

Open
@acsbendi

Description

@acsbendi

I'm following the steps described in the README on Windows 10, in git bash, but the last command gives me an error.

Here's my full console output:

$ git clone https://github.com/heroku/go-getting-started.git
Cloning into 'go-getting-started'...
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 1351 (delta 0), reused 0 (delta 0), pack-reused 1347
Receiving objects: 100% (1351/1351), 5.25 MiB | 3.32 MiB/s, done.
Resolving deltas: 100% (541/541), done.
$ cd go-getting-started
$ go build -o bin/go-getting-started.exe -v .
go: downloading github.com/heroku/x v0.0.0-20171004170240-705849e307dd
go: downloading github.com/gin-gonic/gin v0.0.0-20150626140855-4cc2de6207f4
go: extracting github.com/heroku/x v0.0.0-20171004170240-705849e307dd
go: extracting github.com/gin-gonic/gin v0.0.0-20150626140855-4cc2de6207f4
go: downloading github.com/mattn/go-colorable v0.0.0-20150625154642-40e4aedc8fab
go: downloading github.com/manucorporat/sse v0.0.0-20150604091100-c142f0f1baea
go: downloading golang.org/x/net v0.0.0-20150629084131-d9558e5c97f8
go: downloading gopkg.in/bluesuncorp/validator.v5 v5.9.1
go: extracting github.com/mattn/go-colorable v0.0.0-20150625154642-40e4aedc8fab
go: extracting github.com/manucorporat/sse v0.0.0-20150604091100-c142f0f1baea
go: downloading github.com/mattn/go-isatty v0.0.0-20150814002629-7fcbc72f853b
go: extracting gopkg.in/bluesuncorp/validator.v5 v5.9.1
go: extracting github.com/mattn/go-isatty v0.0.0-20150814002629-7fcbc72f853b
go: extracting golang.org/x/net v0.0.0-20150629084131-d9558e5c97f8
go: finding github.com/heroku/x v0.0.0-20171004170240-705849e307dd
go: finding github.com/gin-gonic/gin v0.0.0-20150626140855-4cc2de6207f4
go: finding gopkg.in/bluesuncorp/validator.v5 v5.9.1
go: finding github.com/manucorporat/sse v0.0.0-20150604091100-c142f0f1baea
go: finding github.com/mattn/go-colorable v0.0.0-20150625154642-40e4aedc8fab
go: finding github.com/mattn/go-isatty v0.0.0-20150814002629-7fcbc72f853b
go: finding golang.org/x/net v0.0.0-20150629084131-d9558e5c97f8
github.com/mattn/go-isatty
gopkg.in/bluesuncorp/validator.v5
golang.org/x/net/context
github.com/heroku/x/hmetrics
github.com/manucorporat/sse
github.com/gin-gonic/gin/render
github.com/mattn/go-colorable
github.com/heroku/x/hmetrics/onload
github.com/gin-gonic/gin/binding
github.com/gin-gonic/gin
github.com/heroku/go-getting-started
$ heroku local
[OKAY] Loaded ENV .env File as KEY=VALUE Format
12:13:37 PM web.1 |  'bin' is not recognized as an internal or external command,
12:13:37 PM web.1 |  operable program or batch file.
[DONE] Killing all processes with signal  SIGINT
12:13:37 PM web.1 Exited with exit code null

I have Go 1.13 installed:

$ go version
go version go1.13 windows/amd64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions