You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into the following when trying to deploy using ember deploy production:
Deploying [===>----] 50% [plugin: git -> prepare]Error: git reset --hard exited with nonzero status
at ChildProcess.<anonymous> (/home/vagrant/projects/cell-deploy/node_modules/ember-cli-deploy-git/lib/run.js:19:19)
Error: git reset --hard exited with nonzero status
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
Pipeline aborted
The text was updated successfully, but these errors were encountered:
unless you’ve configured it differently, you should have a folder called deploy-<project-name> as a sibling to your <project-name> directory that you’re running ember deploy in
Adds a log message showing the location of the directory where the actual git prepare is running (but only if `--verbose` is passed).
Might be useful for other users encountering git errors and not being able to reproduce/fix because they are not aware of the "sibling directory" being used. Like was the case here ef4#20.
Running into the following when trying to deploy using
ember deploy production
:The text was updated successfully, but these errors were encountered: