GitHub Please use a personal access token instead.

今天把本地项目的一个组件库分享上传到github上, 突然就出现了警告,

 remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/Nevergive-up/HJProgress.git/'

远程:密码验证的支持在 2021 年 8 月 13 日被删除。请使用个人访问令牌。
遥控器:请看 https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ 了解更多信息。
致命:身份验证失败'https://github.com/Nevergive-up/HJProgress.git/'

1、personal access token(个人访问令牌)设置方法

1.1登录到github上,点击设置

1.2在左边的设置中找到 Developer settings(开

你可能感兴趣的:(git,ios)