git-gui--askpass is not recognized as an internal or external command

男娘i 2024-04-18 10:13 145阅读 0赞
  1. 'E:\nicole\Git\Git\mingw64\libexec\git-core\git-gui--askpass' is not recognized as an internal or external command,
  2. operable program or batch file.
  3. FATAL: Cannot decide password for proxy authentication.kex_exchange_identification: Connection closed by remote host
  4. fatal: Could not read from remote repository.

解决:本地只设置了git user.name和git user.mail,未设置密码导致。在git命令窗口重新配置密码即可。

  1. git config --global user.password "登录gitlab的密码"

发表评论

表情:
评论列表 (有 0 条评论,145人围观)

还没有评论,来说两句吧...

相关阅读