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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -