Support for password authentication was removed on August 13, 2021. Please use a personal access token
在登陆自己老久不用的github并想上传一段优美的代码时,突然爆了这个错,我裂开了
研究了一下发现是2021.8.13号以后只能用token登陆github而不能用password了
那么问题来了,着急上传代码的我要怎么操作呢
如何生成自己的token
1.首选登陆github,点击setting
-
在列表里,选择developer setting
-
选择access-token
-
选择生成一个 access token
-
选择这个token拥有的权限,并起一个帅气的名字
如果只是想要push commit, 那么选择repo就可以了
其他功能还有待大家一起探索研究~