使用GitHub access token

Posted jfcat

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用GitHub access token相关的知识,希望对你有一定的参考价值。

前一段时间有收到邮件说github安全认证等级要提升,但是我个人没有当回事,今天突然发现不能使用git 提交了,才看到如下内容:

详细到网页看了下,需要申请personal access token

创建token






命令行使用

 git clone https://github.com/username/repo.git
Username: your_username
Password: your_token

实际上就是记住上面创建的token,然后再这里使用pull push等git命令的时候在password中填上token,而不是密码就行。

参考:

  • https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/
  • https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls

以上是关于使用GitHub access token的主要内容,如果未能解决你的问题,请参考以下文章

使用personal access token进行Github认证

Github-PAT(Personal Access Token)

[2018-05-27]配置VSTS认证方式使用Personal Access Token

科特林 | Retrofit API 使用 access_token 获取调用

使用GitHub access token

使用GitHub access token