Giter VIP home page Giter VIP logo

Comments (8)

lucifr avatar lucifr commented on August 25, 2024

也遇到了这个错误

from hexo.

tommy351 avatar tommy351 commented on August 25, 2024

我沒用過rsync,有人可以說明一下使用方式嗎?

from hexo.

lucifr avatar lucifr commented on August 25, 2024

虽然我也不太懂,不过手动 rsync 成功了,rsync -avz --delete public/ [email protected]:/home/wwwroot/hexo/ 应该是 rsync.js 最后的命令部分格式有些问题

from hexo.

tommy351 avatar tommy351 commented on August 25, 2024

我之後照這格式重寫試試看

from hexo.

lucifr avatar lucifr commented on August 25, 2024

我没加入 exclude 和 port 那两个部分,而且 rsync 2.6 以后好像不用 -e ssh 了,本身就会调用 ssh

from hexo.

pharaohnie avatar pharaohnie commented on August 25, 2024

使用rsync的格式

rsync -avz -e 'ssh -p 22' public/ [email protected]:/home/octopress

from hexo.

pharaohnie avatar pharaohnie commented on August 25, 2024

仍然有问题,配置如下:

deploy:
  type: rsync
  host: 211.153.x.x
  user: root
  root: /home/octopress
  port: 23525

报错如下:

Syncing.
ssh: connect to host 211.153.33.13 port 22: Connection refused

rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9]

貌似配置的port没有生效。

from hexo.

tommy351 avatar tommy351 commented on August 25, 2024

0.4.2更新,port應該可以生效了,只是會有個缺點,畫面輸出不會同步更新,可能會在rsync全部執行完後畫面才出現內容

from hexo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.