Is there any way to pass the username and password to a git command so I can script it through Python? I understand the password will be in cleartext but for my application it is not a problem.
Asked
Active
Viewed 118 times
1 Answers
0
Use SSH keys for authentication. It sounds like you might be on Windows, so you'll want to look into PuTTY's Pageant. More information on your situation would be helpful.

Chris S
- 77,945
- 11
- 124
- 216