go-kratos / kratos-layout

Kratos Project Template
http://go-kratos.dev
MIT License
402 stars 205 forks source link

Update Makefile Git_Bash info get on windows #121

Closed texousliu closed 1 year ago

texousliu commented 1 year ago

Optimizing fetching of Git_Bash on Windows has issues with multipath and path escape characters

texousliu commented 1 year ago

or like this: Git_Bash=$(subst \,/,$(subst cmd\,bin\bash.exe,$(dir $(shell where git | grep cmd | head -n 1))))