Revel cli не будет создавать новый проект - PullRequest
0 голосов
/ 21 февраля 2020

Я пытаюсь начать новый проект с CLI revel new revelApp1, который дает мне некоторые ошибки:

C:\Users\myUserame\go\src>revel new revelApp1
Revel executing: create a skeleton Revel application
Error stack [utils.go:109 command_config.go:232 new.go:187 new.go:126 revel.go:109 proc.go:203 asm_amd64.s:1357]
ERROR 20:04:52    new.go:187: Failed to import package                  error="exit status 1" gopath=C:\\Users\\myUserame\\go GO-ROOT=C:\\Go output="#
 cd C:\\Users\\myUserame\\go\\src\\github.com\\mattn\\go-isatty; git pull --ff-only\nFrom https://github.com/mattn/go-isatty\n   0e9ddb7..cb30d62  mas
ter     -> origin/master\n * [new tag]         v0.0.11    -> v0.0.11\n * [new tag]         v0.0.12    -> v0.0.12\nerror: Your local changes to the
following files would be overwritten by merge:\n\tgo.mod\nPlease commit your changes or stash them before you merge.\nAborting\npackage github.com/
mattn/go-isatty: exit status 1\n"
ERROR 20:04:52   proc.go:203: Unable to execute                         error="Failed to fetch revel github.com/revel/revel[error exit status 1]"
GOHOSTOS=windows
GOPATH=C:\Users\myUserame\go
GOBIN=C:\Go\bin
...