最简单步骤配置TortoiseGit使用Git Hub的Personal access tokens

1、首先在git hub配置Personal access tokens,路径在Settings > Developer settings > Personal access tokens > Generate new token下,注意生成后需要找地方记下来,不然是无法复看的。

 

 

2、复制你的仓库地址,例如:

https://github.com/zhangsan/my-project.git

改成如下样式

https://你的github账号:你的token@github.com/zhangsan/my-project.git

然后使用TortoiseGit拉取这个地址的代码就可以了

原文地址:https://www.cnblogs.com/Rocky_/p/15684423.html