Skip to content

git:clone on win7 x64 had error #216

@insub

Description

@insub

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 256

I 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions