-
Notifications
You must be signed in to change notification settings - Fork 483
git:clone on win7 x64 had error #216
Copy link
Copy link
Closed
Description
I'm on win7(x64)
When i run "mina git:clone -v" i get:
D:\Sites\project>mina git:winclone --verbose
bash: -c: line 1: syntax error: unexpected end of file
Connection to zaka.cn closed.
! Command failed.
Failed with status 256I try to fix it like that:
On "mina / lib / mina / git.rb"
Change
"#{echo_cmd %[git --no-pager log --format="%aN (%h):%n> %s" -n 1]} &&"to
"#{echo_cmd %[git --no-pager log --format='%aN (%h):%n> %s' -n 1]} &&"Then not error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels