Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在终端中,当我尝试
$ git clone <rep>
有时候是这样的
当你不期待它时,它会令人不安。
为什么会发生这种情况,我该如何摆脱它?
git当需要密码时,可以使用 envariable SSH_ASKPASS(参见此处)指向的任何内容作为帮助程序,并且 GitX 中的某些内容(特别是GitX-dev)会导致它编写此变量以使用 GitX.app 内部的工具捆。
git
SSH_ASKPASS
摆脱它bash
bash
unset SSH_ASKPASS