之后创建一个标志,你怎么取消设置现有的密码,并使用令牌呢?
我尝试运行osxkeychain 命令, git config --global credential.helper osxkeychain但它没有改变任何东西。我也尝试取消设置用户密码用 git config --global --unset user.password,我试图打开钥匙串访问应用程序并删除GitHub的项目,但既不工作。
我将我的公共 github 存储库克隆到我的驱动器中。我可以将 colab 与笔记本一起使用。我也可以拉。然而,尽管已正确配置,但在尝试推送时仍面临以下错误:
!git config --global user.email "my_email"
!git config --global user.name "my_user"
Run Code Online (Sandbox Code Playgroud)
这样做时,!git push origin master我收到以下错误:
fatal: could not read Username for 'https://github.com': No such device or address
Run Code Online (Sandbox Code Playgroud)
以前有人遇到过这个问题吗?