You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We've finally resolved all of the obvious errors that were thrown via the Migration Wizard and upon a new attempt, every repository comes up as Incomplete. We are trying to migrate from BitBucket Server to Cloud where the underlying server OS is Ubuntu 16.10 with GIT v2.25.5
The errors I am seeing are the following:
The full error is this (unique for every repository):
2023-04-07 13:26:06,304 WARN [bcma-0] c.a.b.p.b.g.c.PushStdioHandler$ExitHandler Git error: fatal: unable to find remote helper for 'https'
2023-04-07 13:26:06,304 WARN [bcma-4] c.a.b.p.b.j.RepositoryDataUploadJob Git push failed with message: '/usr/local/bin/git -c core.abbrev=40 -c credential.helper= -c credential.username=x-container-token push --porcelain --progress https://x-container-token@bitbucket.org/evlumadev/nrf.git refs/*:refs/*' exited with code 128 saying: fatal: unable to find remote helper for 'https' we will Retry if possible
Any ideas on how to remedy?
SOLVED - Looks like the issue is indeed related to first having compiled git without having libcurl4-openssl-dev. Once I installed libcurl, I re-compiled Git and things seem to be processing now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.