101 questions
1
vote
0
answers
362
views
Dialogflow CX Git Integration in Cloud Source Repositories
I was trying to enable the Git integration of Dialogflow CX to version the development of an Agent.
My project has been designed to keep all the resources versioning through Cloud Source Repositories. ...
0
votes
1
answer
1k
views
Deploying a Google Cloud Function from a Source Repo using a custom repo folder path for the source code
What I want
I have my Source Repo set up (it mirrors a GitHub repo whose main branch is called main).
I'm trying to deploy a Python function, so I'm using a folder in the repo that contains a main.py ...
0
votes
1
answer
729
views
Can`t push Git LFS repository to google cloud server
I have a repository configured as a LFS git having a .gitattibute.
I have followed this tutorial
I have created a remote repo using gcloud source repos create myTestLFS
Have cloned using gcloud ...
0
votes
0
answers
133
views
bitbucket needs ip range used by cloud source repository for whitelisting purpose
We are implementing ip whitelisting inside bitbucket. We need to add ip address range of cloud source repository as we are using mirroring to update the CSR.
got 35.185.0.0/16 from bard; but its not ...
0
votes
0
answers
45
views
How to push from Cloud VM to cloud repository?
I committed a model from google cloud source repo to cloud VM and trained on it. After training I would like to commit the changes back to the cloud repo. How to do that in the terminal?
1
vote
2
answers
2k
views
Why doesn't my SSH key work with Google Cloud Source repositories?
I've done this with github, gitlab and other repos... But I am trying to set an ssh key with cloud source repositories
git clone ssh://<user_name>@<domain>[email protected]:...
0
votes
1
answer
825
views
Clone cloud source repository using vscode
Can't clone cloud source repo, I added the ssh public key and followed that link which I thought having the same scenarios that I had
https://ashraful.la/posts/2020-02-21-vscode-with-google-cloud-...
1
vote
1
answer
1k
views
Can Google Cloud Repositories be shared cross projects?
I am trying to set up a continous developemnt system for creating an app and I would like to know if this is idea is feasible within GCP:
Project A - Hosts Cloud Source Repository
Project B - Cloud ...
1
vote
1
answer
944
views
Make CloudBuild git push last commits to a branch in another repo
I have branch_a (development branch) in repo_A and branch_b in repo_B (production branch). Both repos are on Cloud Source.
Their history is the same, except for the last commit(s) in branch_a.
How to ...
6
votes
1
answer
4k
views
git push hangs (forever) and git-remote-https uses 99.5% CPU
I'm trying to git push a small project (712kb not taking into account the .git folder) to a new repo, hosted on Google Source Repositories, and the push never finishes. It stops right after printing ...
3
votes
1
answer
1k
views
HEAD of Cloud Source Repository is not pointing to any commit
Is there any way to configure the Cloud Source Repository to point the HEAD to the latest commit?
I created a new repository in Cloud Source Repositories and the HEAD is not pointing to anything in ...
0
votes
0
answers
3k
views
Remote rejected error while trying to pushing to remote repository
I am trying to clone --mirror a cloud source repository and push it to gitlab as a backup mechanism. When I first tried to do it, there was no error. However, when I tested it again after pushing ...
0
votes
1
answer
549
views
How to push current Cloud Source Repository using the attached Cloud Build Trigger to another Cloud Source Repository
I have this Cloud Source Repository that has a trigger that builds the docker file and pushes to Cloud Container Registry. I want to be able to push this repo to another Cloud Source Repository from a ...
0
votes
1
answer
1k
views
How to move code from google cloud source repositories to github enterprise along with existing versions
We have the code in GCP source repo and would like to move it GitHub Enterprise. Is there any easiest way move code from google cloud source repositories to GitHub enterprise along with the existing ...
1
vote
2
answers
3k
views
Make requests to Google API with Python
I'm trying to make requests to the Google API to create source repositories using a service account and his JSON key file.
Since there are no client libraries for this product, I am using the queries ...