Github 操作 scp-action 失败

Yea*_*ain 5 github github-actions

过去 2 个月,我一直在我的一个项目中使用 github actions,以使用appleboy/scp-action. 到目前为止一切正常。

但在过去 3 天中,该操作始终出现以下错误:

tar all files into /tmp/762144744/PmqnH47N72.tar
scp file to server.
drone-scp error:  error copy file to dest: ***, error message: dial tcp ***:***: i/o timeout
2020/04/02 03:12:52 error copy file to dest: ***, error message: dial tcp ***:***: i/o timeout
Run Code Online (Sandbox Code Playgroud)

我已尝试timeout根据文档使用 来增加它,但没有用。有什么猜测吗???

提前致谢。

小智 -2

请检查您的操作系统存储。如果您使用的是linux操作系统,那么您可以使用它。

df -h
Run Code Online (Sandbox Code Playgroud)

您可能会增加存储空间或删除一些不必要的文件。