How to run jq from gitbash in windows?

前端 未结 5 1702
忘掉有多难
忘掉有多难 2020-12-29 02:47

I have gitbash in Windows. I am trying to run jq but its giving me error.

$ ./jq-win64.exe 
jq 
parse error: Invalid numeric litera         


        
5条回答
  •  暖寄归人
    2020-12-29 03:36

    I just downloaded the binary to %HOMEPATH%/bin/jq-win64 and it worked right away via jq

提交回复
热议问题