You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to copy the file but I keep getting :
reMarkable: ~/ scp edit 192.168.1.90:/Users/chiarafeliciani/Desktop/keywriter [email protected]'s password:
edit: not a regular file
reMarkable: ~/
I have zero experiences with coding so I am looking fr someone who can help me through
The text was updated successfully, but these errors were encountered:
@chiarafe It's likely that "edit" is an alias in your shell. Try scp ./edit 192.168.1.90:/Users/chiarafeliciani/Desktop/keywriter
instead. ./ advises your shell that "edit" is a local file
I've been trying to copy the file but I keep getting :
reMarkable: ~/ scp edit 192.168.1.90:/Users/chiarafeliciani/Desktop/keywriter
[email protected]'s password:
edit: not a regular file
reMarkable: ~/
I have zero experiences with coding so I am looking fr someone who can help me through
The text was updated successfully, but these errors were encountered: