Section 5. debug, step 4. `git push --all google` leads to `fatal: remote error: Forbidden`
I'm following the instructions for building a node.js & angular 2 web app
using Google Cloud Platform found on https://codelabs.developers.google.com/codelabs/cloud-cardboard-viewer/index.html, but am having trouble connecting the Stackdriver Debug to my application. It seems that the failure of the git push --all google command - resulting in a fatal: remote error: Forbidden message` - is preventing the app from being recognized by the Stackdriver Debug API.
I am having the same problem
I am also having the same problem.is there anyone having solution about this
And me to))
If you tried this from a google cloud shell, try to do it from your local machine, this worked for me
Same problem, even when running the git push --all google command locally
I found this post, and it solved my issue. https://stackoverflow.com/questions/42162556/git-push-cloud-fatal-remote-error-forbidden
Only need to create a repository in the following link and the issue is solved. https://console.cloud.google.com/code/develop/repo?project=[YOUR_PROJECT]