appleboy / scp-action

GitHub Action that copy files and artifacts via SSH.
https://github.com/marketplace/actions/scp-command-to-transfer-files
MIT License
1.25k stars 135 forks source link

Cannot utime: Operation not permitted #162

Open azrinsani opened 10 months ago

azrinsani commented 10 months ago

I'm having the following problem when copying files.

The action will fail and will have a lot of files giving the following error:

Cannot utime: Operation not permitted
Cannot change mode to rwxr-xr-x: Operation not permitted

How to I resolve this?

luojiyin1987 commented 4 months ago

how about Do you have write access to your account?