blog/content/zh-cn/posts/Windows-Git在windows下区分大小写.md

16 lines
290 B
Markdown
Raw Normal View History

2024-05-06 12:00:46 +08:00
---
title: "Git在windows下区分大小写"
2024-05-07 14:08:06 +08:00
slug: "Windows-Git"
2024-05-06 12:00:46 +08:00
date: 2023-03-21T11:03:00.000Z
categories:
- 分享
tags:
- git
---
在`.deploy_git`目录下运行
```bash
git config core.ignorecase false
```
可解决github pages 下CNAME被改为小写导致绑定域名失效的情况