kryptco / kr

DEPRECATED A dev tool for SSH auth + Git commit/tag signing using a key stored in Krypton.
https://krypt.co/developers/
Other
1.59k stars 109 forks source link

installing kr on arch linux #225

Closed eyadsibai closed 6 years ago

eyadsibai commented 6 years ago

I tried to install kr from github or the aur package and I am getting the same error:

``error: Updating git repositoryhttps://github.com/kryptco/ring error: failed to load source for a dependency onring`

Caused by: Unable to update https://github.com/kryptco/ring#958b46b2

Caused by: revspec '958b46b226bad1e4aab0d49e4d2cdd0c68becc29' not found; class=Reference (4); code=NotFound (-3)```

kcking commented 6 years ago

This issue should have been fixed yesterday. Can you try with a fresh checkout after running rm -rf ~/.cargo/registry to make sure an invalid dependency isn't cached?

rm -rf ~/.cargo/git/checkouts/ring-* should also clear any old clones of kryptco/ring

eyadsibai commented 6 years ago

working now! thanks!