Questions tagged [google-cloud-source-repos]

Cloud Source Repositories are fully-featured, private Git repositories hosted on Google Cloud Platform.

Cloud Source Repositories are fully-featured, private Git repositories hosted on Google Cloud Platform.

You can use Cloud Source Repositories for collaborative development of any application or service, including those that run on Google App Engine and Google Compute Engine. If you are using Stackdriver Debugger, you can use Cloud Source Repositories and related tools in the Cloud Platform Console to view debugging information alongside your code during application runtime.

Using Cloud Source Repositories is easy if you are familiar with Git. For example, you can add a Cloud Source Repository to a local Git repository as a remote, or you can connect it to a hosted repository on GitHub or Bitbucket. From a local repository, you can use the standard set of Git commands to interact with the repository in the Cloud, including push, pull, clone and log.

99 questions
0
votes
1 answer

Is it possible to mirror a Bitbucket repository hosted in a private domain in Google Cloud Source Repositories?

Would like to know if mirroring can be setup between a BitBucket server hosted in a company domain with Google Cloud Source repositories?
0
votes
1 answer

Google Cloud: Auto-deploy static files from Source Repository to Cloud Storage

I am building a serverless web application with all the source code managed by Google's Cloud Source Repository. My directory looks like this: /webapp /functions *serverless functions* /static /css app.css /js app.js I…
0
votes
0 answers

Jenkins in Docker Container and Google Cloud Source Repository - no Credentials visible

I read everything in this post and multiple others but nothing is working... I cannot use Google Credentials to access my git Repo in Google Cloud Platform I have Jenkins running in a Docker Container in Google Cloud Platform. I have Source Code in…
0
votes
1 answer

What is the maximum size of Google source repository?

I have a file of size 5GB which I want to put it in the GCP source repository. I am unable to do so.
0
votes
1 answer

How to create a Git repository through projects.repos.create api?

The question is very simple but I’m only getting errors : POST https://sourcerepo.googleapis.com/v1/projects//repos?key={YOUR_API_KEY} { "name": ">repos>" } Which gives : HTTP/400 cache-control: private content-encoding: …
user2284570
  • 2,891
  • 3
  • 26
  • 74
0
votes
0 answers

fatal: remote error: Invalid authentication credentials. when pushing code to google app repo

I just started learning about google cloud and I successfully deployed a simple web app I wrote in flask and it woked fine. But when I tried to push a modification a couple of hours later, I get this error: fatal: remote error: Invalid…
0
votes
2 answers

$ git push cloud fatal: remote error: Forbidden

SITUATION: I am following this tutorial: https://cloud.google.com/nodejs/tutorials/bookshelf-on-compute-engine When I get here: CODE: git commit -am "Updating configuration" git config credential.helper gcloud.sh git remote add cloud…
0
votes
1 answer

503 error from Google cloud repository - unable to clone

I have not been able to access (clone) google cloud repos since this evening. Getting a 503 service unavailable error. The UI (cloud console) seems to work though. Anyone facing similar issues ? Was there an outage ? Thanks in advance !
0
votes
1 answer

How do I get Google Cloud Source file view to offer the EDIT button?

The GC docs say and show but I get no EDIT button How do I get the EDIT button? Setup is
ChrisJJ
  • 2,191
  • 1
  • 25
  • 38
1 2 3 4 5 6
7