I\'m hosting a configuration in a repo on GitHub. If I keep the repo public all\'s good, but if I make it private I face:
org.eclipse.jgit.errors.TransportExcept
you need to add the
spring.cloud.config.server.git.username=your_github_username spring.cloud.config.server.git.password=your_github_password
and things should workout for you