问题:
hexo-blog$ hexo deploy
ERROR Deployer not found: github
然后我这样做
Hi XXXXXX! You've successfully authenticated, but GitHub does not provide shell access.
和
hexo-blog$ git remote -v
origin git@github.com:FantasRu/data-structure-learning.git (fetch)
origin git@github.com:FantasRu/data-structure-learning.git (push)
和
我也推得很好
Spider$ git push origin master
Counting objects: 9, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (9/9), done.
Writing objects: 100% (9/9), 41.43 KiB | 0 bytes/s, done.
Total 9 (delta 1), reused 0 (delta 0)
To https://github.com/FantasRu/Spider.git
174fcd0..2fc6d48 master -> master
那么我的 hexo 出了什么问题,为什么无法连接 git
这是部署设置