在cmd中,我可以调用lando,但不能在gitbash中调用。
lando
我知道可执行文件是C:\Program Files\Lando\bin\lando.exe
发布于 2019-12-02 20:24:44
在gitbash中
export PATH=$PATH:"/C/Program Files/Lando/bin"
关闭git bash并重新打开。
https://stackoverflow.com/questions/59138556
相似问题