github以及上传代码处理

最近在github上传代码的时候出现了:

/video_parser# git push -u origin main
Username for 'https://github.com': gtnyxxx
Password for 'https://[email protected]': 
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.

输入了自己的usrname和password,但是输出了上面的这种错误。
后来查询了一下,发现需要做以下操作:
1、进入setting
github以及上传代码处理_第1张图片

2、进入developer settings
github以及上传代码处理_第2张图片
3、进入personal access tokens->Tokens(classic)
github以及上传代码处理_第3张图片
4、创建token
github以及上传代码处理_第4张图片
5、填写
github以及上传代码处理_第5张图片
github以及上传代码处理_第6张图片
6、记住自己的tokens
github以及上传代码处理_第7张图片
7、重新来git push

github以及上传代码处理_第8张图片
成功了!

其它:
usr:gtny2010
pw:git8****
记录下我的tokent: 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

你可能感兴趣的:(工具,github)