artshishkin / art-sfg-mssc-brewery

Tutorial on Microservices from SFG (Udemy)
0 stars 0 forks source link

Error with testing Config Server on Circle CI #39

Closed artshishkin closed 3 years ago

artshishkin commented 3 years ago
2021-01-14 17:20:47.288 DEBUG 1391 --- [           main] .s.c.c.s.s.GitCredentialsProviderFactory : No credentials provider required for URI https://github.com/artshishkin/art-sfg-mssc-brewery-config-repo
2021-01-14 17:20:47.592  WARN 1391 --- [           main] .c.s.e.MultipleJGitEnvironmentRepository : Error occured cloning to base directory.

org.eclipse.jgit.api.errors.TransportException: ssh://git@github.com/artshishkin/art-sfg-mssc-brewery-config-repo: Auth fail
    at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:254) ~[org.eclipse.jgit-5.1.3.201810200350-r.jar:5.1.3.201810200350-r]
    at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:306) ~[org.eclipse.jgit-5.1.3.201810200350-r.jar:5.1.3.201810200350-r]