gpt4 book ai didi

git - 如何将 token 附加到 git 命令?

转载 作者:行者123 更新时间:2023-12-04 09:43:53 24 4
gpt4 key购买 nike

我在 github 上有一个私有(private)仓库。

我无法运行 git 命令来显示所有标签,因为我没有授权:git ls-remote -t https://github.com/.../..git .

有没有办法向该命令添加 token 或访问 key 以允许我执行此命令?

类似:git ls-remote -t https://github.com/../...git -token blabla

最佳答案

请按照以下步骤操作:

  • 转到您的profile settings in Github .
  • 在“开发者设置”中创建一个 key 。
  • 使用网址中的 key :git ls-remote -t https://youuser:accesskey@github.com/../...git

  • 这个键特别敏感。

    希望对你有帮助

    关于git - 如何将 token 附加到 git 命令?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62208853/

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