赞
踩
周末提交代码,把代码push到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
表示远程推送不再支持密码验证了,改成 token 验证了。
在配置页面配置好权限后,即可生成token,注意这里需要保存好token,因为只显示一次。
git remote set-url origin https://<your_token>@github.com/<USERNAME>/<REPO>.git
git clone https://<your_token>@github.com/<USERNAME>/<REPO>.git
###遇到的坑
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。