We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems the mklink calls should have the parameteres quoted, otherwise one gets this:
mklink
Make sure Fork.RI is executable in WSL... OK. Create 'git.exe' symlink... The syntax of the command is incorrect. OK.
Simply changing all mklink calls from this:
mklink %CMDDIR%\git.exe %CMDDIR%\wslgit.exe
To this:
mklink "%CMDDIR%\git.exe" "%CMDDIR%\wslgit.exe"
Seems to fix the issue.
I apologize for not being able to open a PR for this and speed up the process, sorry :(
The text was updated successfully, but these errors were encountered:
cdb183a
Thank you for reporting the issue, and describing the solution. I've uploaded a new release with the fixed install script.
Sorry, something went wrong.
No branches or pull requests
It seems the
mklink
calls should have the parameteres quoted, otherwise one gets this:Simply changing all
mklink
calls from this:To this:
Seems to fix the issue.
I apologize for not being able to open a PR for this and speed up the process, sorry :(
The text was updated successfully, but these errors were encountered: