Closed imfaisalkh closed 7 years ago
sorry, it does not support that
Okay, so to use git pull
can we only use SSH method to connect our remote server with git repository (since it is not supposed to ask for password on git
command)?
You can try to add SSH keys to git server
Thanks, I can confirm that it works with SSH key method. I'm closing this issue now.
I'm using
gulp-ssh
plugin to have ssh connection to my remote server and then execute shell commands over there. I'm using following gulp code:This code executes first shell command successfully, but when it comes to
git pull
it gets stuck there without any message or error. The output is something like below:My understanding is that it's because
git pull
asks for a password to execute successfully. But when I execute this gulp task it does not ask for any password. How should I proceed from here?Note: I'm using
https
url for the remote destination of my git repository.