接下来重新执行hexo d上传博客,输入账号,密码输入刚刚创建的 token 值,就可以正常上传了。
hexo d 无法上传到github 首先遇到的是deployer not found:git 发现自己因为删过一次blog文件夹所以把这个npm模块也给删掉了不过hexo模块没有删掉所以没注意到 安装模块,成功,又出现了另一个问题 后来查找好多资料才发现:后面必须要有空格,前面不能有空格ok登录成功...
git@e.coding.net: Permission denied (publickey). fatal: Could not read from remote repository. Pleasemakesure you have the correct access rights and the repository exists. FATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.htmlError: Spawn fail...
不要使用https,而是改为SSH,如下: repository:https://github.com/username/username.github.io.git 修改为 repo:git@github.com:username/username.github.io.git 一般这步基本就可以部署了!!! W 如果部署还是失败,可以试试如下步骤 删除.deploy_git $ hexo clean $ hexo g $ hexo d 本人的问题成功解决了,...
已经上传到图床了,之前版本可以正常上传,更新了v1.29.2之后无法上传图床 Owner terwer commented Dec 3, 2024 开发者工具看一下错误日志发出来看看 terwer closed this as completed in fdf0d9e Dec 3, 2024 terwer added a commit that referenced this issue Dec 3, 2024 Merge pull request #1504 ...
图库本地localhost;4000端口运行没问题,hexo clean hexo g hexo d以后 博客照片页出现404。。 附上 一些设置和上传的东西 上图为 图片库和相册的设置图 上图为 部署完成后的显示情况和本地运行的情况 上图为 Git…
但是 idea 中的 terminal 唤起不了,就会导致失败。换用外部的 git bash 执行hexo d,成功 ...
博客终于搭好了,在上传东西的时候,在执行 hexo d 部署到 GitHub 上的时候总是卡住,等了很久很久INFO Deploy done: git这一句就是不出来,这时候只能 ctrl + c 中断或等待很久一段时间后才执行完毕。 首先声明这些都是在hexo配置没有任何错误的情况下哈~ ...
[外链图片转存失败(img-TQcx50hU-1565585642417)(https://godweiyang.com/2018/04/13/hexo-blog/3.jpg)] 点击那个链接,就会出现自己的网页啦,效果如下: 安装Hexo 在合适的地方新建一个文件夹,用来存放自己的博客文件,比如我的博客文件都存放在D:\study\program\blog目录下。