문제

I am trying to execute a git pull from inside a batch file but from what I see you have to run this http://www.cygwin.com/ml/cygwin/2001-06/msg00537.html script in your .bashrc to get the ssh-agent running.

Is there another way to execute a git pull using certificates from the windows command line or is there a way to run the git commands and make them get executed after the .bashrc?

도움이 되었습니까?

해결책

It looks like one way of doing this is adding the git bin folder to your path and running sh.exe --login bashPullScript.sh

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top