GIT_ERROR: gpg: Can't check signature: public key not found error: could not verify the tag 'v1.12.4'

问题:
gpg: Signature made Ma 01 oct 2013 19:44:27 +0300 EEST using RSA key ID 692B382C
gpg: Can't check signature: public key not found
error: could not verify the tag 'v1.12.4'
 
解决:  
i found a solution here for the error that you are seeing : http://www.marshut.com/wrrts/repo-release-1-12-4.html

use the below command, this worked for me today.

curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
 
posted @ 2013-10-09 15:24  soeyong  阅读(2505)  评论(0编辑  收藏  举报