spring config server- for local git repository
问题 I'm trying to setting up spring cloud config server -Created git repository folder on my local F:\git-local-repository\repository -linked it using class path link source -Added property file for my service -After committing my changes on location F:\git-local-repository\repository -hitting url : http://localhost:8888/limits/default result in error : org.springframework.cloud.config.server.environment.NoSuchLabelException: No such label: master Caused by: org.eclipse.jgit.api.errors