摘要: CentOS release 6.10 (Final) 解决方案: 输入命令,临时生效:unset SSH_ASKPASS 修改配置,永久生效: 1.vi ~/.bash_profile 2.添加 export GIT_ASKPASS= 3.使生效:. ~/.bash_profile 阅读全文
posted @ 2020-03-20 17:15 pangkr 阅读(1149) 评论(0) 推荐(1)