Skip to content
Discussion options

You must be logged in to vote

found the solution, i had to install git-lfs on my mac

brew install git-lfs

i tried manually fetching ~/.move/https___github_com_aptos-labs_aptos-core_git_main and saw:

git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly

not sure why my mac's environment doesn't already have git-lfs (seems like it should ship with the MacOS git binary)

i *think* my environment was using git-lfs because of this filter in my .gitconfig, not really clear why this issue only affected the aptos-core main branch, but everything is working for me now:

[filter "lfs"]
        clean = git-lfs clean -- %f
        smudge = git-lfs smudge -- %f
        process = git-lfs filte…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@MoonShiesty
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by kshitijc1506
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
move Questions related to the Move Language
2 participants