Thanks. But can you clarify what you mean by " you install Git, ". How do I do this. I have a project already. I used appcfg to load it. Now I need access to the source code as my hard drive crashed and I want to download it. But the vital step " you install Git, " eludes me.
On Wednesday, April 11, 2018 at 11:34:26 AM UTC-4, George (Cloud Platform Support) wrote: > > Hello Kathleen, > > There is already a solution to your repository problem in the form of Google > Cloud Source Repositories > <https://cloud.google.com/source-repositories/docs/>. These are > fully-featured, private Git repositories hosted on Google Cloud Platform. > > There are only a few steps needed to create a repository, to download your > source: after having selected or created a GCP project, you install Git, > and then install and initialize the Cloud SDK. The actual command to create > a repository is then: "gcloud source repos create hello-csr", where > "hello-csr" > is the name of your new repository. More related detail can be gathered > from the "Quickstart for Linux" documentation page > <https://cloud.google.com/source-repositories/docs/quickstart>. The same > page indicates how to handle your source code with the help of a cloud > repository: clone a repository and then push to the cloud source > repository, as described on the same page > <https://cloud.google.com/source-repositories/docs/quickstart>. > > Do you actually refer to the iCloud SDK, so iCloud for Developers > <https://developer.apple.com/icloud/>? This is an Apple product and you > may find related information on their Developer Forums > <https://forums.developer.apple.com/welcome>. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/175047a3-d986-4b5e-a214-38f606fbf67a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
