Open ewoutvonk opened 3 years ago
I always have this issue whenever I am setting up a new Mac (i.e. every new contract); not sure why keys are not looked up in known key-servers, but as you've also suggested, adding the key fixes it.
gpg --keyserver hkp://keyserver.ubuntu.com:80 --receive-keys 99E82A75642AC823
Note this key (fingerprint) maybe old.
Is the suggestion to update/install the key during the sbtenv
install process?
Would this be maintained with patch updates?
This is still an issue for me. I'm on Fedora 40, not macOS though. Installed sbtenv
using homebrew for linux.
This happens with gpg 1.4.23 and gpg 2.2.26 on macos Catalina. Seems the public key cannot be found for some reason. Because of this, sbt does not get installed.
This:
sort of fixes my issue if I use gpg2 (not with gpg1), sbt 1.3.0 gets installed. However, it does mention this WARNING:
I installed sbtenv using git clone: