edgexfoundry-holding / edgex-core-keeper

Apache License 2.0
1 stars 3 forks source link

Smudge error (images/keeper_architecture.png) on git clone #2

Closed bnevis-i closed 11 months ago

bnevis-i commented 11 months ago

Anyone else run into this?

$ git clone git@github.com:edgexfoundry-holding/edgex-core-keeper.git
Cloning into 'edgex-core-keeper'...
remote: Enumerating objects: 730, done.
remote: Counting objects: 100% (730/730), done.
remote: Compressing objects: 100% (473/473), done.
remote: Total 730 (delta 175), reused 728 (delta 175), pack-reused 0
Receiving objects: 100% (730/730), 580.42 KiB | 1.62 MiB/s, done.
Resolving deltas: 100% (175/175), done.
Updating files: 100% (516/516), done.
Downloading images/keeper_architecture.png (75 KB)
Error downloading object: images/keeper_architecture.png (abd04c8): Smudge error: Error downloading images/keeper_architecture.png (abd04c8e46e0aa6cde35d7647a6b9d2cc0bc7def20184073f79931bae9017737): [abd04c8e46e0aa6cde35d7647a6b9d2cc0bc7def20184073f79931bae9017737] Object does not exist on the server: [404] Object does not exist on the server
lenny-goodell commented 11 months ago

Haven't tried. BTW, the plan is to make core-keeper part of edgex-go repo. The code in holding is just for preview of what will be added to edgex-go.

lindseysimple commented 11 months ago

Hi @bnevis-i The error was caused by the misconfigured git-lfs in the new repository, and we've did a git lfs push to sync all the git LFS objects so the issue should be fixed now.

Would you please take a try to clone the repo again? Thanks.

bnevis-i commented 11 months ago

I'll take your word for it!