在通过我的公司代理服务器通过 sysinternal 克隆存储库的过程中,我可以看到它尝试编写 git 存储库但失败了。但是,创建了 .git 目录,但大部分是空目录。
git config --globlal http.proxy ...
我已经用“ ”和“ ”设置了我的代理服务器配置git config --global https.proxy ...
。
由于我连接到 git(我被提示输入我的帐户/密码),我知道代理设置有效。
从 Sysinternal 我可以看到错误为
Query Open C:\Users\myUser\https:\github.com\myGitAccount\source.git\.git FAST IO DISALLOWED
CreateFile C:\Users\myUser\https:\github.com\myGitAccount\source.git\.git NAME INVALID Denied Access: Read Attributes. Disposition:
Github 验证了 repo 没问题。