Home > OS >  Git update batch automatic input password problem
Git update batch automatic input password problem

Time:10-06

I think will be updated with a bat, but git will require input password is automatically, I want to change password is set inside the bat, you don't have to manually enter, seek warrior advice

@ echo off
Echo===============================
Echo=Aladdin Version 1.0=
Echo===============================

@ the set/uid=p * * *
@ the set/PWD=p * * *

The git pull

Echo uid % %

Echo the PWD % %

pause

CodePudding user response:

Note: there is no way of using SSH
  • Related