错误如下:
—————————————————————————————————————————————————————————————
Setup
Settings:
{ local: 'D:\blog\public\',
host: 'XXX',
port: ,
remote: './htdocs',
user: 'XXX',
pass: 'XXX',
connections: 1,
ignore: '.DS_Store' }
Setup complete.
Collecting
events.js:160
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at exports._errnoException (util.js:1020:11)
at TCP.onread (net.js:568:26)
————————————————————————————————————————————————————————————————
在_config.yml的配置如下:
deploy:
type: ftpsync
host: xxx
user: xxx
pass: xxx
remote: ./htdocs
port:
ignore: .DS_Store
connections:
verbose: true
————————————————————————————————————————————————————————————————
请问大神这个错误要怎么办?
请问解决了吗?