You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to create a local branch to track master on this repo, i get lfs smudge errors for .documentation-contents
Steps to Reproduce
Create local repo
add Innoactive-Creator-Core repo as remote
create new branch, set it to track Innoactive-Creatore/master
See error
-->Error downloading object: .Documentation/articles/images/conditions/grabbable_properties.png (12f7c59): Smudge error: Error downloading .Documentation/articles/images/conditions/grabbable_properties.png (12f7c59de970c06649a1b9de30efbba5672bd7e7454dd8a878b8e5a11e28f6bc): [12f7c59de970c06649a1b9de30efbba5672bd7e7454dd8a878b8e5a11e28f6bc] Object does not exist on the server: [404] Object does not exist on the server
"This corruption can happen due to another developer's misconfigured git-lfs that pushed to the repository, or sometimes due to some unusual failure during a push. Try re-sending the missing object (using its object ID) from a working tree:
git lfs push --object-id
The OID should be in the Smudge error message."
Describe the bug
When trying to create a local branch to track master on this repo, i get lfs smudge errors for .documentation-contents
Steps to Reproduce
-->Error downloading object: .Documentation/articles/images/conditions/grabbable_properties.png (12f7c59): Smudge error: Error downloading .Documentation/articles/images/conditions/grabbable_properties.png (12f7c59de970c06649a1b9de30efbba5672bd7e7454dd8a878b8e5a11e28f6bc): [12f7c59de970c06649a1b9de30efbba5672bd7e7454dd8a878b8e5a11e28f6bc] Object does not exist on the server: [404] Object does not exist on the server
Expected behavior
Clean, error-free tracking is possible
Context (Environment)
According to research, the problem results from faulty pushed lfs content to the aforementioned folder:
https://stackoverflow.com/questions/46521122/smudge-error-error-downloading
Possible Solution
"This corruption can happen due to another developer's misconfigured git-lfs that pushed to the repository, or sometimes due to some unusual failure during a push. Try re-sending the missing object (using its object ID) from a working tree:
git lfs push --object-id
The OID should be in the Smudge error message."