Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use filepath for remote paths only for local #37

Merged
merged 1 commit into from
Jul 4, 2022

Conversation

afbjorklund
Copy link
Member

The remote paths are on a Linux system, and need "path".

The local paths can be different, handled by "filepath".

Example:

Local: "C:\\msys64\\tmp\\lima"

Remote: "/tmp/lima"

Error:

failed to mount reverse sshfs for "/tmp/lima" on "/tmp/lima": unexpected relative path: "/tmp/lima"

The remote paths are on a Linux system, and need "path".

The local paths can be different, handled by "filepath".

Example:

	Local: "C:\\msys64\\tmp\\lima"

	Remote: "/tmp/lima"

Signed-off-by: Anders F Björklund <[email protected]>
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit be7ce41 into lima-vm:master Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants