flomesh-io / pipy

Pipy is a programmable proxy for the cloud, edge and IoT.
https://flomesh.io/pipy
Other
743 stars 70 forks source link

error when running build.sh #23

Closed zengyuxing007 closed 2 years ago

zengyuxing007 commented 2 years ago

root@service-mesh-011122063081:~/openSource/pipy# ./build.sh error: unknown option `show-current' usage: git branch [] [-r | -a] [--merged | --no-merged] or: git branch [] [-l] [-f] [] or: git branch [] [-r] (-d | -D) ... or: git branch [] (-m | -M) [] or: git branch [] (-c | -C) [] or: git branch [] [-r | -a] [--points-at] or: git branch [] [-r | -a] [--format]

khas-flomesh commented 2 years ago

Thank you for your contribution! Yeah, this is caused by git 1.x. It was neglected because we use git 2.x by default. I'll merge this PR. Regards