CentOS release 6.10 (Final)

解决方案:

输入命令,临时生效:unset SSH_ASKPASS

修改配置,永久生效:

    1.vi ~/.bash_profile

    2.添加  export GIT_ASKPASS=

    3.使生效:. ~/.bash_profile

相关文章:

  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案