Hi,
I have seem to have successfully authenticated, using
./lit auth itzg
and then claimed the organization "virgo-agent-toolkit" using
./lit claim virgo-agent-toolkit
However, when I go to push a new version of the "virgo" package I get the following and the new version indeed doesn't seem published by using
https://luvit.io/lit.html#name:virgo . The fingerprint it mentions is my proper SSH identity that was picked up during the lit auth.
➜ ~/git/virgo-base-agent git:(master) ./lit publish .
lit version: 3.5.4
luvi version: v2.7.6
command: publish .
load config: /Users/geof0549/.litconfig
checking for updates: virgo-agent-toolkit/virgo
compiling filter: /Users/geof0549/git/virgo-base-agent/** excludes by default (first rule is positive)
including: client/client.lua
including: client/connection_messages.lua
...SNIP...
including: utils.lua
including: winsvcwrap.lua
no change: virgo-agent-toolkit/virgo/v2.1.7
skipping: virgo-agent-toolkit/vi...@2.1.6: Obsoleted version
publishing: virgo-agent-toolkit/virgo/v2.1.7
fail: [string "bundle:libs/codec.lua"]:123: Invalid fingerprint 35:d9:8b:10:55:4b:62:5a:de:3f:c9:e7:9d:19:b0:d9 for virgo-agent-toolkit
stack traceback:
[C]: in function 'assert'
[string "bundle:libs/codec.lua"]:123: in function 'read'
[string "bundle:libs/rdb.lua"]:221: in function 'push'
[string "bundle:libs/core.lua"]:286: in function 'publish'
[string "bundle:commands/publish.lua"]:9: in function <[string "bundle:commands/publish.lua"]:1>
[string "bundle:main.lua"]:52: in function <[string "bundle:main.lua"]:39>
[C]: in function 'xpcall'
[string "bundle:main.lua"]:39: in function <[string "bundle:main.lua"]:31>