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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: