如何取消设置和/或更新以前保存的git http凭据?

时间:2018-04-18 19:24:37

标签: git

之前我使用git config credential.helper 'cache --timeout=360000'来存储仅限http的git存储库的git凭据。但我的凭据已经改变,我无法改变它。我试过了:

  1. git config --system --unset credential.helper
  2. git config credential.helper 'cache --timeout=1'
  3. git config --global --unset user.password
  4. 但每次我做git pull我都会

    fatal: Authentication failed for 
    'https://SAVED-USERNAME:SAVEDPASSWORD@sourcecodeexampleurl.com/repo.git'`
    

1 个答案:

答案 0 :(得分:0)

为什么不切换到ssh?

使用ssh,您根本不需要任何凭据

要更新凭据,请转至

Control Panel -> Credential Manager -> Generic Credentials.

如果在凭据管理器下找不到,请在用户帐户下搜索