首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >找不到未解析的SBT依赖项com.google.errorprone#error_prone_annotations;[2.3.2,2.3.3]:

找不到未解析的SBT依赖项com.google.errorprone#error_prone_annotations;[2.3.2,2.3.3]:
EN

Stack Overflow用户
提问于 2020-08-13 23:06:48
回答 1查看 138关注 0票数 1

我正在尝试通过sbt添加容易出错的依赖项,但它在解决其中一个容易出错的依赖项时遇到了麻烦。我是Java/Scala开发的新手,非常感谢您的帮助!下面是我得到的错误。

[error] (providers / update) sbt.librarymanagement.ResolveException: unresolved dependency: com.google.errorprone#error_prone_annotations;[2.3.2,2.3.3]: not found [error] download failed: com.google.errorprone#error_prone_annotations;2.3.2!error_prone_annotations.jar [error] Total time: 10 s, completed Aug 13, 2020 10:40:27 AM

EN

回答 1

Stack Overflow用户

发布于 2020-08-15 01:29:16

我解决了!

我的本地环境设置有一个问题,因为我在一个代理后面工作,我必须在我的git设置中添加代理配置。

git config --global http.proxy http://<my_proxy>:<my_port>

git config --global https.proxy https://<my_proxy>:<my_port>

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/63397994

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档