I use the Git on my workplace and company policy doesn't allow me to store passwords in unsecure way. Is there any better option than using git config credential.helper store
for storing password to the Git server?
P.S. Can't use key-authentication as it's not allowed on our server.
See Question&Answers more detail:os