If the .git suffix is left out of the --spring.cloud.config.server.git.uri param, then you'll likely encounter the below error while using the config server.
So ensuring that the docs properly reflect the fact that the git repo's full clone url (including the .git prefix) must be mentioned.
If the
.git
suffix is left out of the--spring.cloud.config.server.git.uri
param, then you'll likely encounter the below error while using the config server.So ensuring that the docs properly reflect the fact that the git repo's full clone url (including the
.git
prefix) must be mentioned.