Authentication issue with repo accessed from Spring Cloud Config Server hosted on GitHub
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