gpt4 book ai didi

git - 如何将 github 个人访问 token 添加到 Visual Studio 代码

转载 作者:行者123 更新时间:2023-12-03 21:06:56 34 4
gpt4 key购买 nike

我收到 email 消息,说 Github 将在 2021 年 8 月 13 日之后要求进行 token 身份验证。我想确保在此日期之后服务(推/pull )不会中断。
所以我登录到 Github 和 created a token 以获取我的单个存储库。
现在我想在 Visual Studio Code 中使用 token 从 Github 推/pull 我的 repo,它使用 git 和命令行,我已经安装在我的 Mac 上。
问题 - 我该怎么做才能从 Github 中添加/替换我刚创建的用于从我的仓库推送/pull 的生成 token 的密码?我可以从 Visual Studio Code 执行它还是从终端命令行添加它?

最佳答案

按照这些简单的步骤使用 Personal Access Token 设置 Github 身份验证

  • 在您的 PC 或 Mac 终端上打开命令行
  • 将当前目录设置为您的项目根目录> cd C:\Users\Giddy\source\repo\MySampleProject
  • 运行命令设置token远程访问> git remote set-url origin https://username:token@github.com/username/repository.git例子:> git remote set-url origin https://sampleuser:a7b19929***58fe65d1c@github.com/sampleuser/sampleproject.git
  • 关于git - 如何将 github 个人访问 token 添加到 Visual Studio 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66231282/

    34 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com