I am trying to add some file in a remote server by BigTuna (continuous integration tool), and it give me a error message. Any one have any idea how can I add that file to server?
sudo: no tty present and no askpass program specified
|
I am trying to add some file in a remote server by BigTuna (continuous integration tool), and it give me a error message. Any one have any idea how can I add that file to server?
| |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
This is due to 'requiretty' option on If not, there are other ways as well. Probably you are doing something like | |||
|
feedback
|
|
Your application use the sudo command in a no tty, you may bypass this by editing the file /etc/sudoers and comment this line :
| |||
|
feedback
|