ubuntu-nodejs-mongodb-guide
ubuntu-nodejs-mongodb-guide copied to clipboard
Error on 'git push origin master'
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.