:: 删除TangDou目录下所有的exe文件 d: cd D:\python del /s /q TangDou\*.exe del /s /q CSP-J\*.exe del /s /q JiShuanKe\*.exe del /s /q GESP\*.exe ::cmdkey /delete:LegacyGeneric:target=git:http://www.wmarkj.com:3000/ ::cmdkey /generic:LegacyGeneric:target=git:http://www.wmarkj.com:3000/ /user:huanghai /pass:mdcija780522 git config --global core.autocrlf false git config --global http.sslVerify true git add -A . git commit -am 'commit' git pull git push origin main