hexojs / hexo-deployer-git

Git deployer plugin for Hexo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After hexo d; It shows "ssh: connect to host port 22: Connection refused"

shaoyuanhangyes opened this issue · comments

Check List

Please check followings before submitting a new issue.

  • I have already read Docs page & Troubleshooting page
  • I have already searched existing issues and they are not help to me
  • I examined error or warning messages and it's difficult to solve
  • Using the latest version of Hexo (run hexo version to check)
  • Node.js is higher than 8.6.0

Question

Environment & Settings

Node.js & npm version

Your site _config.yml (Optional)

Your theme _config.yml (Optional)

Hexo and Plugin version(npm ls --depth 0)

Your package.json package.json

Others

One month ago, it can be used when I published my notes. But today,it cannot deploy.
I checked the ssh key and "ssh -T git@github.com" is normal.
These files can push with "git push -u origin master"
"Hexo g" also could use.
Only "hexo d"
QQ图片20200708180920

All of settings are normal. I haved pushed 30 notes in https://shaoyuanhangyes.github.io
But today it cannot deploy

commented

Plz check your network status first.

I can visit github.com and push my files