You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Hello Kathleen,
The easiest solution for your needs might come from the Google Cloud Source Repositories. These are fully-featured, private Git repositories hosted on Google Cloud Platform.
Creation is easy: 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.