# spring-cloud-example-config **Repository Path**: jeffliu/spring-cloud-example-config ## Basic Information - **Project Name**: spring-cloud-example-config - **Description**: Spring Cloud Example 示例配置服务用到的配置文件 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-09 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-cloud-example-config Spring Cloud Example 示例配置服务用到的配置文件 git 2.9.0 開始預設行為不允許合併沒有共同祖先的分支。 需要加上 --allow-unrelated-histories 選項才不會出現``fatal: refusing to merge unrelated histories``錯誤訊息。 例如: ```bash git merge upstream/master --allow-unrelated-histories ```