无法在线安装sbt(以下官方指南)

fin*_*eng 5 ubuntu scala sbt

在Ubuntu16.04上,从这个官方网页:https://www.scala-sbt.org/download.html

echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
sudo apt-get update
sudo apt-get install sbt
Run Code Online (Sandbox Code Playgroud)

我得到了什么:

fino@envy:bin$ echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
[sudo] password for fino: 
deb https://dl.bintray.com/sbt/debian /

fino@envy:bin$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
Executing: /tmp/tmp.YqbI7qVhAP/gpg.1.sh --keyserver
hkp://keyserver.ubuntu.com:80
--recv
2EE0EA64E40A89B84B2DF73499E82A75642AC823
gpg: requesting key 642AC823 from hkp server keyserver.ubuntu.com

?: keyserver.ubuntu.com: Host not found
gpgkeys: HTTP fetch error 7: couldn't connect: Connection timed out
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: keyserver communications error: keyserver unreachable
gpg: keyserver communications error: public key not found
gpg: keyserver receive failed: public key not found
Run Code Online (Sandbox Code Playgroud)

我试过直接连接到互联网或"导出all_proxy = sock5h:// ip:port"因为我在大陆:-)

Eug*_*ota 0

gpg: requesting key 642AC823 from hkp server keyserver.ubuntu.com

?: keyserver.ubuntu.com: Host not found
gpgkeys: HTTP fetch error 7: couldn't connect: Connection timed out
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: keyserver communications error: keyserver unreachable
gpg: keyserver communications error: public key not found
gpg: keyserver receive failed: public key not found
Run Code Online (Sandbox Code Playgroud)

您无法连接到keyserver.ubuntu.com验证公钥,因此我认为这不是 sbt 或其分发的问题。我建议您手动下载 deb 文件,或者查找其他可用的密钥服务器。