GitHub のリポジトリで構成をホストしています。レポを公開しておくと問題はありませんが、非公開にすると次のような問題が発生します。
org.eclipse.jgit.errors.TransportException:
https://github.com/my-user/my-repo:
Authentication is required but no CredentialsProvider has been registered
レポをターゲットにするために使用するプロパティは
spring.cloud.config.server.git.uri=https://github.com/my-user/my-repo
プライベートレポでこれを適切に構成するにはどうすればよいですか、ありがとう