我正在尝试制作 spring-cloud-config 的 Maven 构建。JGitEnvironmentRepositoryTests 类中的所有测试都失败,并出现以下异常堆栈跟踪:
java.lang.IllegalStateException: Cannot clone repository
.
.
Caused by: org.eclipse.jgit.api.errors.TransportException: juancarlos@localhost:/Users/juancarlos/Documents/eclipse/spring-cloud-config/spring-cloud-config-server/target/test-classes/config-repo: Connection refused
我的 SSH 密钥在 .ssh 文件夹中正确配置,因为我已经使用 github 对其进行了测试并且工作正常。