ubuntu-nodejs-mongodb-guide icon indicating copy to clipboard operation
ubuntu-nodejs-mongodb-guide copied to clipboard

Error on 'git push origin master'

Open thetoxicavenger opened this issue 10 years ago • 0 comments

Thanks for the great tutorial. I followed all the steps in your tutorial, but am getting an error when I push to remote: 'error: missing required argument `id|name|all|json|stdin'. Full code is below:

$ git push origin master Counting objects: 4, done. Delta compression using up to 8 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 364 bytes | 0 bytes/s, done. Total 4 (delta 2), reused 0 (delta 0) remote: Deployment started remote: Master received. Deploying to production... remote: remote: error: missing required argument `id|name|all|json|stdin' remote: remote: Deployment finished

Any idea as to why this might be happening? Thanks in advance.

thetoxicavenger avatar Aug 05 '15 01:08 thetoxicavenger