gpg: no valid OpenPGP data found

后端 未结 12 955
南方客
南方客 2020-12-02 16:20

I am trying to install Jenkins on Ubuntu 13.10 and I am getting the above mentioned error when i try to run the following command:

wget -q -O - http://pkg.je         


        
12条回答
  •  萌比男神i
    2020-12-02 17:12

    export https_proxy=http://user:pswd@host:port
                       ^^^^
    

    Use http for https_proxy instead of https

提交回复
热议问题