cloud-cardboard-viewer icon indicating copy to clipboard operation
cloud-cardboard-viewer copied to clipboard

Section 5. debug, step 4. `git push --all google` leads to `fatal: remote error: Forbidden`

Open bslugger opened this issue 8 years ago • 6 comments

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.

bslugger avatar Mar 23 '17 04:03 bslugger

I am having the same problem

dren79 avatar Apr 15 '17 21:04 dren79

I am also having the same problem.is there anyone having solution about this

srikanthguttula avatar May 03 '17 06:05 srikanthguttula

And me to))

ffbskt avatar May 19 '17 18:05 ffbskt

If you tried this from a google cloud shell, try to do it from your local machine, this worked for me

dlahlou avatar Jul 10 '17 01:07 dlahlou

Same problem, even when running the git push --all google command locally

agaleana avatar Sep 05 '17 02:09 agaleana

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]

chowadlee avatar Oct 31 '17 23:10 chowadlee