当前位置: 首页 > article >正文

【Debug】hexo-github令牌认证 Support for password authentication was removed


title: 【Debug】hexo-github令牌认证
date: 2024-07-19 14:40:54
categories: bug解决日记
description: “Support for password authentication was removed on August 13, 2021.”
cover: https://pic.imgdb.cn/item/669b38ebd9c307b7e9f3e5e0.jpg


第一章

第一篇博客记录一下hexo搭建过程中的bug

  • 原本在hexo d之后的报错
(base) xuan@wangzixuandeMacBook-Pro BlogFile % hexo d
(省略。。)
Username for 'https://github.com': wanziw
Password for 'https://wanziw@github.com': 
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/wanziw/wanziw.github.io.git/'
FATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html

根据问题发现是要创建令牌(token),在输入密码的部分要输入token

Git The requested URL returned error: 403,Token authentication requirements for Git operations

  • 结果创建完之后报错如下
fatal: unable to access 'https://github.com/wanziw/wanziw.github.io.git/': The requested URL returned error: 403
FATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html

解决方案:

发现创建错了,我创建成上面那个Fine-grained的了,其实应该创建下面那个

这玩意过期expired也会报这个bug
参考链接:https://www.jianshu.com/p/d5f2e04a332f


http://www.kler.cn/a/419944.html

相关文章:

  • Bert+CRF的NER实战
  • Hadoop分布式文件系统(二)
  • FolderMove 3.0 |文件夹安全转移,释放C盘空间
  • 为什么编程语言会设计不可变的对象?字符串不可变?NSString *s = @“hello“变量s是不可变的吗?Rust内部可变性的意义?
  • TCP、HTTP、RPC
  • 使用无监督机器学习算法进行预测性维护
  • Node.js-Mongodb数据库
  • 电脑显示器拔插DVI线后副屏不显示
  • 【机器学习】机器学习学习笔记 - 监督学习 - 逻辑回归分类朴素贝叶斯分类支持向量机 SVM (可分类、可回归) - 04
  • K8S版本和istio版本的对照关系
  • 数学建模——Topsis法
  • scrapy豆瓣爬虫增强-批量随机请求头
  • 使用pyQT完成简单登录界面
  • 【k8s】监控K8S集群
  • 现代应用程序中基于 Cell 架构的安全防护之道
  • MySQL Linux 离线安装
  • Git 的使用
  • conda手动初始化
  • 【算法】用堆结构解决Top N问题
  • 通义灵码走进北京大学创新课堂丨阿里云云原生 10 月产品月报
  • P4打卡——pytorch实现猴痘病例识别
  • C++(4个类型转换)
  • Elasticsearch 进阶
  • UIE与ERNIE-Layout:智能视频问答任务初探
  • 【前端】安装hadoop后,前端启动报错,yarn命令
  • 鸿蒙开发-HMS Kit能力集(地图服务、华为支付服务)