创建博客期间遇到的问题 Jun 29, 2023 1.在下载themes时提示 fatal: not a git repository (or any of the parent directories): .git 这是由于git在blog’目录下未初始化导致的报错 在Powershell中输入 $ echo git init $ echo git status 检查git初始化状态未报错即可安装主题。 Op→