1
我試圖從批處理文件中執行git pull,但是我看到您必須在.bashrc中運行http://www.cygwin.com/ml/cygwin/2001-06/msg00537.html腳本才能運行ssh-agent。在Windows命令行中使用.bashrc運行git命令
是否有另一種方法來使用Windows命令行中的證書來執行git pull,或者有沒有辦法運行git命令並使其在.bashrc之後執行?
我試圖從批處理文件中執行git pull,但是我看到您必須在.bashrc中運行http://www.cygwin.com/ml/cygwin/2001-06/msg00537.html腳本才能運行ssh-agent。在Windows命令行中使用.bashrc運行git命令
是否有另一種方法來使用Windows命令行中的證書來執行git pull,或者有沒有辦法運行git命令並使其在.bashrc之後執行?
看起來像這樣做的一種方法是將git bin文件夾添加到您的路徑並運行sh.exe --login bashPullScript.sh