The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forΒ 
Search instead forΒ 
Did you mean:Β 

Imported GitHub.com repo, images didn't import successfully?

Dave LIAO
Community Champion
February 7, 2021

I just imported a GitHub repository into my Bitbucket Cloud project. Bitbucket reports the import was successful, no error messages.

  • Markdown and code all imported OK, yay! πŸ‘
  • Images look like they're present (I see filenames and appropriate file sizes), but I can't view any images, boo. 😒

Clicking an image just shows a loading spinner in the preview area. Spinning and spinning. Checking my browser's dev tools, I see a 404 error:

GET https://bitbucket.org/!api/internal/repositories/prahokco/imported-repo/lfs-info-by-path/<long GUID>/Images/Image.png 404

 Anyone else run into this issue before? Any suggestions?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 8, 2021

Hi Dave,

Based on the URL you provided, it looks that the image is tracked by LFS. Are all the images you have issues with tracked by LFS?

Bitbucket importer doesn't import Git LFS files, only the .git repo, so this may be the culprit.

If this repo is using Git LFS, instead of importing it, I would suggest:

1. Take a mirror clone of the repo

git clone --mirror <SOURCE-URL>

2. Fetch all LFS objects in your mirror clone, by executing the following command inside the directory of the mirror clone

git lfs fetch origin --all

3. Create an empty repo in Bitbucket, and then push to that from the mirror clone

git push --mirror <TARGET-URL>
git lfs push --all <TARGET-URL>

Is this something that works for you?

Kind regards,
Theodora

Dave LIAO
Community Champion
February 8, 2021

@Theodora Boudale - I'll give this a spin and report back! πŸ™

Like β€’ Theodora Boudale likes this
Dave LIAO
Community Champion
February 8, 2021

@Theodora Boudale - this helped!

Hopefully someone updates the Cloud and Server pages for the Bitbucket importer to mention the lack of LFS support? 😜

Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 23, 2021

Hi @Dave LIAO ,

You are right! I have raised this issue with the team responsible for the documentation and asked to include this info in the docs for the importer.

Thank you for the feedback, and I'm glad that you were able to make the import the way I suggested!

Kind regards,
Theodora

DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events