I get this error running mix deps.get:
* Getting jido_ai (https://github.com/agentjido/jido_ai.git - 764bb6d)
remote: Enumerating objects: 16143, done.
remote: Counting objects: 100% (1873/1873), done.
remote: Compressing objects: 100% (712/712), done.
remote: Total 16143 (delta 1374), reused 1182 (delta 1158), pack-reused 14270 (from 1)
fatal: unable to read tree (764bb6d61bef4d693376bf9ee9daf6665dd5fcaa)
** (Mix) Command "git --git-dir=.git checkout --quiet 764bb6d61bef4d693376bf9ee9daf6665dd5fcaa" fail
I'm guessing retrieving the jido_ai package for that specific commit 764bb6d is the problem?
I get this error running
mix deps.get:I'm guessing retrieving the
jido_aipackage for that specific commit764bb6dis the problem?