bintray / gradle-bintray-plugin

Apache License 2.0
1.28k stars 197 forks source link

Cannot sync to Maven #314

Open o0starshine0o opened 4 years ago

o0starshine0o commented 4 years ago

Question

when I sync my repo with maven, the error happend.

Last Sync Errors: No public key: Key with id: (c80ff40f72072d5e) was not able to be located on http://pool.sks-keyservers.net:11371/. Upload your public key and try the operation again. Dropping existing partial staging repository.

But when I search http://pool.sks-keyservers.net:11371/, with http://pool.sks-keyservers.net:11371/pks/lookup?search=0xC80FF40F72072D5E I get this result:

Search results for '0xc80ff40f72072d5e' Type bits/keyID Date User ID pub 4096R/72072D5E 2020-03-07 QiCode2 qicode@qq.com

Maybe

the id c80ff40f72072d5e is different from 0xc80ff40f72072d5e

Final

please tell me how to solve the problem.