bmatzelle / gow

Unix command line utilities installer for Windows.
https://github.com/bmatzelle/gow/wiki
6.58k stars 365 forks source link

xargs doesn't work #188

Open amyh opened 9 years ago

amyh commented 9 years ago

I'm trying to execute this command within bash: git tag --l | xargs git tag --d and it just hangs forever.

I tried adding echo.exe to bin as described in #146, but that did not change anything.