Hi!
After trying to import the repository from a self-hosted Gitlab repository, I am getting the error below. Before I submit the importing, I also get the error "No repository exists at that URL.", but as far as I read, that's not an issue if you use authorization.
=====
Your import has failed. For more information, check the log below. You can also try your import again.
07:16:17 git import for: **https://some.domain/path/torepo.git**
07:16:17 Cloning **https://some.domain/path/torepo.git**...
07:16:17 Cloning into bare repository '**placeholder for group/repo**'...
07:16:17 fatal: unable to access '**https://some.domain/path/torepo.git**/': Peer's Certificate issuer is not recognized.
07:16:18 Remote Git clone failed: <class 'bitbucket.apps.async.tasks.ImportException'>: Command failed. Return value: 128
=====
So I tried to clone it locally and I also got this error, but when I enabled sslVerify to the git config, it was working locally. So what's the correct setting in order to import the repository?
It is working fine against Github.
Do I need to use some other specific credentials for authorization?
PS: We use Letsencrypt certificate at the self-hosted Gitlab domain, but this shouldn't be an issue right?
Thank you!
We are starting our conversion from Bitbucket Server to Bitbucket Cloud and we are getting the same error.
I tried reviewing this documentation: https://support.atlassian.com/bitbucket-cloud/docs/import-or-convert-code-from-an-existing-tool/ and it did not work.
Can anyone else provide any guidance?
Thanks.
i am facing this issue while importing from my in-house hosted community GitLab to BitBucket cloud.
Please suggest the possible issue so that we can migrate the repo.
We're getting things warm and cozy for your code.
Your import has failed. For more information, check the log below. You can also try your import again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am having same issue. Have self hosted Bitbucket server and trying to import getting same error.
15:46:20 git import for: https://{{URL}}/scm/syb/apibundle.git
15:46:21 Cloning https://{{URL}}/scm/syb/apibundle.git...
15:46:21 Cloning into bare repository 'team/apibundle'...
15:46:21 fatal: unable to access 'https://{{URL}}/scm/syb/apibundle.git/': Peer's Certificate issuer is not recognized.
15:46:22 Remote Git clone failed: <class 'bitbucket.apps.async.tasks.ImportException'>: Command failed. Return value: 128
I disable the git SSL verify check also try to update CA path and info. Still getting same error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Saso, welcome to the Community!
Are you still experiencing that issue? If so, can you answer the following questions to help us troubleshoot?:
Let us know!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
I still haven't resolved the issue.
1. We are actually using BitBucket cloud solution so I can not really see the logs. And I can clone it localy, over HTTPS perfectly. Can I see some more logs from the BitBucket side?
2. Could Letsencrypt cause issues? Should we try http only?
Br, Saso
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.