Re: Https password present in git output

2016-07-13 Thread ervion
origin --all Results in: /---/ To https://username:passw...@domeen.com/git/repo.git xxx..zzz master -> master On 13.07.2016 21:16, Junio C Hamano wrote: On Wed, Jul 13, 2016 at 11:09 AM, Junio C Hamano wrote: ervion writes: Sometimes using ssh is not possible and saving https passw

Https password present in git output

2016-07-13 Thread ervion
Sometimes using ssh is not possible and saving https password in plain text to disk may be desireable (in case of encrypted disk it would be equivalent security with caching password in memory). One possibility for this in git is to save remote in the https://username:passw...@domain.com/rep