我一直在爲這個問題奮鬥了幾天。Git失敗,出現致命錯誤。無法讀取用戶名
我無法連接到我的Git項目(存儲在VisualStudio.com)從一臺特定的計算機(它在我的第二臺PC上工作)。每當我嘗試同步或克隆我的倉庫,VS2017詢問我的用戶憑據(兩次)和我收到以下錯誤:如果我改變可能已經造成的任何
Error: cannot spawn askpass: No such file or directory Error encountered while cloning the remote repository: Git failed with a fatal error. could not read Username for 'https://.visualstudio.com': terminal prompts disabled
不記得..
工作正常!謝謝!!! – danbord
我遵循了這些步驟,但它並沒有爲我工作。我使用VS2017並嘗試連接到VSTS git項目。我遇到錯誤 推送到遠程存儲庫時遇到錯誤:Git失敗,出現致命錯誤。 遇到Win32Exception。 無法寫入證書 不能產卵askpass:沒有這樣的文件或目錄 不能爲「https://xxxxxx.visualstudio.com」讀取用戶名:終端提示禁用 推到https://xxxxxx.visualstudio.com/_git/StockTrace –