【发布时间】:2014-10-15 00:07:28
【问题描述】:
我在批处理文件中有脚本:
cd C:\TESTS\front-tests
call git pull
cd C:\TEST\front-tests\AutoApp\bin\debug
start AutoApp.exe
我想调用 git pull 但它失败了。没有权限。 但是在我从手写命令编写运行“start-ssh-agent.cmd”之后,我调用 git pull 它可以工作。
我的问题是如何修改执行 git pull 然后运行 AutoApp.exe 的批处理文件?
【问题讨论】:
标签: windows git batch-file ssh cmd