ericmdantas / generator-ng-fullstack

Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
MIT License
704 stars 103 forks source link

go get error #222

Closed 6farer closed 8 years ago

6farer commented 8 years ago

When I run go get I get the following error:

# cd .; git clone https://github.com/{user}/{repo}
/Users/eric/go/src/github.com/{user}/{repo}
fatal: could not read Username for 'https://github.com': terminal prompts disabled

I haven't used go before so please bear with me. I never specified the repo or my user and intend on putting this app on a private GitHub repo, so I changed the user from my GitHub username to the GitHub organization, but the same error happens displaying the user instead of the organization.

ericmdantas commented 8 years ago

Hello, @6farer.

You'll have to setup your workspace to work with go, see how: https://golang.org/doc/code.html

And then, when you run yo ng-fullstack, you'll have to be insice $GOPATH/src/github.com/{user}/{project}.