XChinux

git设置账号密码输入程序

git config –global core.askpass ''

默认其会取GIT_ASKPASS,若没有则取SSH_ASKPASS

设置为空则让其取命令行输入

评论