5

I'm getting error like the image below when trying to clone repo from bitbucket. Got the same error when using github. Anyone ever encounter this problem?

The server failed to process your request because of a conflicting operation. Please try again.

Error cloning repo from bitbucket

Dale K
  • 25,246
  • 15
  • 42
  • 71
SNahar
  • 134
  • 1
  • 13
  • How are you cloning the repository? Have you [set up the repository](https://cloud.google.com/source-repositories/docs/setting-up-repositories) in GCP and follow [cloning documentation](https://cloud.google.com/source-repositories/docs/cloning-a-repository)? – Rubén C. May 03 '18 at 08:27
  • Yes and Yes. But still got the error result. – SNahar May 05 '18 at 05:39
  • Clone operation creates a local Git repository based on your Cloud repository. If your main repository is already hosted at Github or Bitbucket you should automatically mirror it. Follow the instructions [here](https://cloud.google.com/source-repositories/docs/connecting-hosted-repositories#connecting_a_repository). – Rubén C. May 07 '18 at 09:12

1 Answers1

0

Clone operation creates a local Git repository based on your Cloud repository. If your main repository is already hosted in Github or Bitbucket you should automatically mirror it. Follow the instructions here.

Rubén C.
  • 1,098
  • 6
  • 16