生成新的个人访问令牌后没有密码提示
No Password Prompt After Generating new Personal Access Token
我的 github 令牌最近过期了,我必须生成一个新的。然而,从那时起我就无法推送到远程 git 服务器。我收到错误:
fatal: unable to access 'https://github.com/xx/yy/':
The requested URL returned error: 403
我也没有收到登录提示。我可以从存储库中提取,但无法推送。如何让我的 cli 提示我输入我的 git 集线器密码/访问令牌?我使用的是 macbook m1-pro
您可以使用钥匙串访问应用程序手动删除旧密码。右键单击条目并选择“删除 github.com”。然后 cli 会要求您 re-enter 凭据。
我的 github 令牌最近过期了,我必须生成一个新的。然而,从那时起我就无法推送到远程 git 服务器。我收到错误:
fatal: unable to access 'https://github.com/xx/yy/':
The requested URL returned error: 403
我也没有收到登录提示。我可以从存储库中提取,但无法推送。如何让我的 cli 提示我输入我的 git 集线器密码/访问令牌?我使用的是 macbook m1-pro
您可以使用钥匙串访问应用程序手动删除旧密码。右键单击条目并选择“删除 github.com”。然后 cli 会要求您 re-enter 凭据。