我想将一个本地存储库克隆到同一台计算机上的另一个存储库中:
C:\Projects\b> git clone C:\Projects\a .
它适用于一台Windows计算机,但不适用于另一台Windows计算机。它显示:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
文件/目录权限似乎还可以。
另一件事:在Windows的git-bash中可以正常运行,但由于需要进一步集成到CI-build-service中,因此我需要在git-cmd中进行操作。
您能建议一些诊断/解决此问题的方法吗?