當客戶端從 Azure DevOps 克隆儲存庫時,我們遇到了一個奇怪的問題。
錯誤:RPC失敗; curl 56 從對端接收資料失敗
到目前為止我們已經嘗試過了;
git config settings - SSLbackedn, sslVerify, postBuffer, proxy.
We also tried being on client's VPN and without VPN. (just fyi - we received machines from client, that is where we are currently working and having issues)
如果有人以前處理過這個問題,請告訴我,並提出任何我們可以嘗試的建議。謝謝你們。
答案1
我的猜測是您的客戶端網站的某些配置與 Git 的出站連線有問題,可能是某種 SSL 攔截或類似的情況,這意味著 HTTPS 驗證失敗。