- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
在使用 git for windows(版本 2.12.0.windows.1)时,我有一个有趣的错误不断出现。我最近将我的 Windows 配置文件目录从一个位置迁移到另一个位置。
对于某些 git 命令,我得到错误:
error: could not lock config file C:/Users/<my old profile>/.influxdb/.gitconfig: No such file or directory
error: could not lock config file C:/Users/<my old profile>/.influxdb/.gitconfig: No such file or directory
注意:此错误总是出现两次,例如,如果我尝试执行 git config --global diff.tool p4merge
有趣的是,它要查找的文件夹不存在,如果我使用 git config -l --show-origin
要查看 git 在哪里获取它的设置,它没有提及此路径,如果我查看任何 CONFIG
文件我看不到对这个不存在的路径的引用。
git 在哪里存储对这个旧路径的引用?我需要更新它,因为我认为这个错误正在停止一些命令的工作。
最佳答案
我遇到了类似的问题。
Error: could not lock config file C:/.gitconfig:
解决方案: 我的计算机中有一个系统环境变量 (Home= C:\
),它导致了这个问题。删除它,一切开始工作。
关于git - 配置文件迁移后 "Git error: could not lock config file C:/Users/old_profile/.gitconfig: No such file or directory",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42917131/
在使用 git for windows(版本 2.12.0.windows.1)时,我有一个有趣的错误不断出现。我最近将我的 Windows 配置文件目录从一个位置迁移到另一个位置。 对于某些 git
我是一名优秀的程序员,十分优秀!