Error code 모음/7. Dev Tools errors

[gpg Error] Can't check signature: public key not found

쟈누이 2021. 3. 13. 23:37
반응형

1. 원인 


gpg 버전이 바뀌면서 쳐야되는 코드도 변한 것 같기도 한데...해당 에러가 뜨면서 아래 뜨는 설명문은

루비 설치와 관련된 것이다. 만약에 제대로 설치가 안된다면 루비 설치 페이지에 들어가서 제대로 설치를 하는 것이 좋을 것 같다

 

설치 링크는 아래와 같다

rvm.io/

 

RVM: Ruby Version Manager - RVM Ruby Version Manager - Documentation

Ruby Version Manager (RVM) RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems. RVM is maintained and supported by the community via issue trackers and pull reque

rvm.io

 

 

 

2. 해결방법


gpg2 를 명령어에 삽입해주면 된다. 아래의 이미지를 참고하면 될 것 같다

 

 

 

3. 참고 링크


stackoverflow.com/questions/25074877/cant-check-signature-public-key-not-found

 

Can't check signature: public key not found

I try to decrypt file using following command: gpg --output file.txt --decrypt file.pgp File is decrypted successfully but i get an error: "gpg: Can't check signature: public key not found" Any

stackoverflow.com

 

반응형