Git "fatal: Unable to read current working directory: No such file or directory" 在现有的 repo 中
Git "fatal: Unable to read current working directory: No such file or directory" in existing repo
我在网络驱动器上有一个存储库,带有适当的 .git
文件夹等。
我可以在我的机器上用 git version 2.20.1.windows.1
做我想做的一切(push/pull/branches 等)
我现在正尝试在另一台机器上使用完全相同的文件夹 git version 2.25.0.windows.1
。
远程存储库位于 AWS CodeCommit 上,我已验证我可以使用概述的步骤从新机器 here 连接到它。
无论我在新机器上尝试哪种 git 操作,我都会得到 fatal: Unable to read current working directory: No such file or directory
。这包括尝试将 repo 克隆到新文件夹中,而不仅仅是对现有 repo/folder.
的操作
我可以导航到该文件夹并列出其内容
我是不是遗漏了什么明显的东西?
这链接到 git 的实际版本。将安装一个旧的。
安装最新版本的GIT SCM,v2.26.1 中有一个安全修复程序。 https://git-scm.com/download/win
我在网络驱动器上有一个存储库,带有适当的 .git
文件夹等。
我可以在我的机器上用 git version 2.20.1.windows.1
做我想做的一切(push/pull/branches 等)
我现在正尝试在另一台机器上使用完全相同的文件夹 git version 2.25.0.windows.1
。
远程存储库位于 AWS CodeCommit 上,我已验证我可以使用概述的步骤从新机器 here 连接到它。
无论我在新机器上尝试哪种 git 操作,我都会得到 fatal: Unable to read current working directory: No such file or directory
。这包括尝试将 repo 克隆到新文件夹中,而不仅仅是对现有 repo/folder.
我可以导航到该文件夹并列出其内容
我是不是遗漏了什么明显的东西?
这链接到 git 的实际版本。将安装一个旧的。
安装最新版本的GIT SCM,v2.26.1 中有一个安全修复程序。 https://git-scm.com/download/win