主目录的所有权不安全

主目录的所有权不安全

我正在尝试在 Ubuntu 12.04 64 位 LTS 上运行 gpg

我收到以下错误:

gpg: WARNING: unsafe ownership on homedir `/home/jeffrey/.repoconfig/gnupg'
gpg: failed to create temporary file `/home/jeffrey/.repoconfig/gnupg/.#lk0x7508c0.jeffrey-Satellite-M645.23486': Permission denied
gpg: keyblock resource `/home/jeffrey/.repoconfig/gnupg/pubring.gpg': general error
gpg: Signature made Fri 01 Mar 2013 11:36:42 AM CST using DSA key ID 920F5C65
gpg: Can't check signature: public key not found
error: could not verify the tag 'v1.12.2'

我当前的权限是:

jeffrey@jeffrey-Satellite-M645:~$ ls -dl
drwxr-xr-x 37 jeffrey jeffrey 4096 Aug 15 10:56 .

权限应该设置为什么?

请指教。

答案1

一切正常!错误:

error: could not verify the tag 'v1.12.2'

与您当前设置的权限无关!

在谷歌上搜索“无法检查签名:未找到公钥”来查看问题出在哪里。

答案2

sudo chown -R yourusername ~/android/system/.repo

yourusername 您用于登录的用户名在哪里?

相关内容