Move.toml, rev = "main" #282
-
Discord user IDmoonshiesty Describe your question in detail.
this line of code broke for me recently What error, if any, are you getting?
What have you tried or looked at? Or how can we reproduce the error?if i replace "main" with the hash of the aptos main branch it works. rev="mainnet" and "testnet" also work Which operating system are you using?macOS Which SDK or tool are you using? (if any)Aptos CLI Describe your environment or tooling in detailaptos cli 3.4.1 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hmm, it's supposed to fetch the latest on build, but maybe it is caching it wrong. You can check what version it's running on (and update it) at the Move cache: ~/.move/https___github_com_aptos-labs_aptos-core_git_main Additionally, it should clean move cache with: aptos move clean |
Beta Was this translation helpful? Give feedback.
-
found the solution, i had to install
i tried manually fetching
not sure why my mac's environment doesn't already have i *think* my environment was using
|
Beta Was this translation helpful? Give feedback.
found the solution, i had to install
git-lfs
on my macbrew install git-lfs
i tried manually fetching
~/.move/https___github_com_aptos-labs_aptos-core_git_main
and saw: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: