在2018年6月18日之后连接到Maven Central / https://repo1.maven.org时,我得到了以下错误。
Received fatal alert: protocol_version或
Received fatal alert: peer not authenticated发布于 2018-08-14 17:52:14
下面的命令对我很有帮助(在运行mvn之前在bash上执行)
export MAVEN_OPTS=-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2https://stackoverflow.com/questions/50824789
复制相似问题