deploymeteor icon indicating copy to clipboard operation
deploymeteor copied to clipboard

Pseudo-terminal will not be allocated because stdin is not a terminal.

Open mprati opened this issue 9 years ago • 1 comments

Script fails for the following reason

Pseudo-terminal will not be allocated because stdin is not a terminal.

Any ideas?

mprati avatar Mar 22 '15 19:03 mprati

I had this same issue using terminal via Webstorm on a Mac and I cannot get the permissions correct for the Public Key File.

Initializing local git repository and committing all files...
Setting up git deployment for the test environment of dt1
Pseudo-terminal will not be allocated because stdin is not a terminal.
Permission denied (publickey).

Found the problem. I forgot the TYPE of EC2 Server and set it as amazon rather than ubuntu (correct). Now the script seems to have run fine.

landmaxcanada avatar Mar 29 '15 19:03 landmaxcanada