git-extras icon indicating copy to clipboard operation
git-extras copied to clipboard

bin\git-changelog: line 611: "C:\\Program: No such file or directory

Open jackusay opened this issue 1 year ago • 2 comments

in mingw64

asd@asd-PC MINGW64 ~/Downloads/app note/a/cuda_find_in_filesJ (master)
$ git changelog -a
C:\Program Files\Git\mingw64\bin\git-changelog: line 611: "C:\\Program: No such file or directory

caught signal, shutting down
Usage: awk [POSIX or GNU style options] -f progfile [--] file ...
Usage: awk [POSIX or GNU style options] [--] 'program' file ...
POSIX options:          GNU long options: (standard)
        -f progfile             --file=progfile
        -F fs                   --field-separator=fs

...

but it actually output a history.md success...

jackusay avatar Sep 26 '24 15:09 jackusay

I don't have mingw64 to test with. But I guess it's because there is a space in the path of the cmd ps?

spacewander avatar Sep 27 '24 02:09 spacewander

because there is a space in the path of the cmd ps?

You're right.

And I actually use Git for Windows (== MINGW64 I guess)

jackusay avatar Sep 27 '24 13:09 jackusay