Error “The input device is not a TTY”

后端 未结 11 1238
野的像风
野的像风 2020-11-27 09:20

I am running the following command from my Jenkinsfile. However, I get the error \"The input device is not a TTY\".

docker run -v $PWD:         


        
11条回答
  •  醉话见心
    2020-11-27 09:47

    For those who struggle with this error and git bash on Windows, just use PowerShell where -it works perfectly.

提交回复
热议问题