Thanks I’m the author.
It appears that this is unrelated to the port and that there’s some issue with
your home directory or account setup.
In Unix, the path ‘~’ is a synonym refers to your home directory, typically
‘/Users/MyUserName’, and you definitely should be able to copy stuff there.
If
just for being complete, you could even leave the ~ in "cd ~", as in
Unix shells (cd is usually a shell builtin) the cd command without any
argument changes to the user's home directory, e.g.
# cd ~
is equivalent to simply
# cd
> Thanks I’m the author.
>
> It appears that this is unrelated to