python - input inside script with Subprocess.call() -
if run git push origin master
, asks github username , password. how put these in call() call(['git', 'push', 'origin', 'master'])
? when @ git-push man page, says nothing these being arguments.
i switched protocol of repo ssh https. removes need enter password
Comments
Post a Comment