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
The $WORKDIR variable is expanding to C:/Program Files/Git/usr/home/<name of app> instead of /usr/home/<name of app>.
$WORKDIR
C:/Program Files/Git/usr/home/<name of app>
/usr/home/<name of app>
This needs to be prevented.
The text was updated successfully, but these errors were encountered:
This occurs on the Git Bash console as is a known issue, see https://github.com/git-for-windows/build-extra/blob/main/ReleaseNotes.md.
To solve this, it suffices to replace the path by //usr/home/.... This prevents the expansion. Alternatively, one can update the Git Bash console.
//usr/home/...
Sorry, something went wrong.
No branches or pull requests
The
$WORKDIR
variable is expanding toC:/Program Files/Git/usr/home/<name of app>
instead of/usr/home/<name of app>
.This needs to be prevented.
The text was updated successfully, but these errors were encountered: