ssh 登陆报错 packet_write_wait: Connection to x.x.x.x port 22: Broken pipe

问题

更新我的博客文章时遇到:Error: packet_write_wait: Connection to 192.30.253.113 port 22: Broken pipehtml

packet_write_wait: Connection to 192.30.253.113 port 22: Broken pipe
  fatal: sha1 file '<stdout>' write error: Broken pipe
  fatal: The remote end hung up unexpectedly
  fatal: The remote end hung up unexpectedly
  FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
  Error: packet_write_wait: Connection to 192.30.253.113 port 22: Broken pipe
  fatal: sha1 file '<stdout>' write error: Broken pipe
  fatal: The remote end hung up unexpectedly
  fatal: The remote end hung up unexpectedly

      at ChildProcess.<anonymous> (D:\blog\node_modules\hexo-util\lib\spawn.js:37:17)
      at emitTwo (events.js:126:13)
      at ChildProcess.emit (events.js:214:7)
      at ChildProcess.cp.emit (D:\2017\blog\node_modules\cross-spawn\lib\enoent.js:40:29)
      at maybeClose (internal/child_process.js:925:16)
      at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)

解决

  用 ssh 命令链接服务器以后,若是一段时间不操做,再次进入时会有一段时间没有响应,而后就出现错误提示:Write failed: Broken pipe
只能从新用 ssh 命令进行链接。node

  解决方法:git

  使用如下的命令:$ ssh -o ServerAliveInterval=60 user@sshserver服务器

  这里的user是指你的 git 用户名,sshserver 是指报错中的 IP。hexo

相关文章
相关标签/搜索