【问题标题】:git password prompting in RHELRHEL中的git密码提示
【发布时间】:2012-10-07 06:47:04
【问题描述】:

我在 RHEL 机器上,当我尝试克隆私有存储库时,似乎 git 使用 GUI 密码提示。我希望它使用终端本身。如何设置 git 以这种方式运行?

【问题讨论】:

    标签: linux git rhel rhel5


    【解决方案1】:

    你在使用 askpass 吗?然后尝试做

    $ unset SSH_ASKPASS
    

    禁用它,因为掩码是由 ssh 而不是 git 触发的。

    【讨论】:

      猜你喜欢
      • 2018-11-29
      • 2012-04-16
      • 2016-03-27
      • 2013-09-30
      • 2013-07-04
      • 2011-12-08
      • 1970-01-01
      相关资源
      最近更新 更多