Сбой операций Git на удаленных репозиториях (ошибки диспетчера учетных данных) - PullRequest
0 голосов
/ 11 июня 2019

Внезапно команды git fetch, push, pull, clone и т.д. перестают работать. Во-первых, он появился в Team Explorer Visual Studio, затем я попробовал cmd, PowerShell и Git Bash. Работает только Git Bash. Я попытался переустановить Visual Studio, Git, Git Credential Manager. Я также удалил все кэшированные учетные данные из учетных записей пользователей Windows и из разных мест. Я также попытался сменить учетные данные помощников. Выход Powershell:

error: waitpid for git credential-manager get failed: No child processes
error: waitpid for git credential-manager store failed: No child processes
error: waitpid for git credential-manager store failed: No child processes

Вывод Visual Studio:

Fetching from origin
Error encountered while fetching: Git failed with a fatal error.
'credential-manager' appears to be a git command, but we were not
able to execute it. Maybe git-credential-manager is broken?
bash.exe: warning: could not find /tmp, please create!
'credential-store' appears to be a git command, but we were not
able to execute it. Maybe git-credential-store is broken?
bash.exe: warning: could not find /tmp, please create!
'credential-manager' appears to be a git command, but we were not
able to execute it. Maybe git-credential-manager is broken?
cannot spawn /c/program files (x86)/microsoft visual studio/2017/enterprise/common7/ide/commonextensions/microsoft/teamfoundation/team explorer/Git/mingw32/libexec/git-core/git-askpass.exe: No such file or directory could not read Password for 'https://xx@xxx.com': terminal prompts disabled

Есть предложения?

...