Tag: gpg

  1. Fixing GPG Error Code 2 on Mac OS

    Recently i was trying to publish a new version of my fabricator library. I haven't touched it in a while and it appeared that my setup got a bit outdated. I had to update GPG agent and client, so when i tried to do sbt clean publishSigned i suddenly got…

    on sbt sonatype publishSigned gpg errorcode2

  2. Fix for "gpg: [don’t know]: invalid packet (ctb=2d) " error

    In case if you're decided to publish some code to public repository, you'll have to provide a gpg key as a proof that it's actually you posting this code. But sometimes you can face with gpg: [don’t know]: invalid packet (ctb=2d) problem. Basically it means that your trustdb.…

    on scala sbt gpg