Re: [git-users] Hide password

2015-08-24 Thread Gergely Polonkai
Hello,

even if you change to git+ssh, it is likely not everyone can. If I were
you, I would report it as a bug/missing feature (or consider making a patch
for it).

Best,
Gergelf
On 24 Aug 2015 14:27, s.cel...@gmail.com s.cel...@gmail.com wrote:

 Thanks

 You convinced me to use git+ssh

 Maybe a warning should be displayed and password hidden when
 someone is doing like I did previously

 --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Hide password

2015-08-24 Thread s.cel...@gmail.com
Sorry but I didn't find URL to bug tracker.

2015-08-24 16:38 GMT+02:00 Gergely Polonkai gerg...@polonkai.eu:

 Hello,

 even if you change to git+ssh, it is likely not everyone can. If I were
 you, I would report it as a bug/missing feature (or consider making a patch
 for it).

 Best,
 Gergelf
 On 24 Aug 2015 14:27, s.cel...@gmail.com s.cel...@gmail.com wrote:

 Thanks

 You convinced me to use git+ssh

 Maybe a warning should be displayed and password hidden when
 someone is doing like I did previously

 --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/DQBoLZ4K9d8/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Hide password

2015-08-22 Thread scls
Hello,

I put my git password in .git/confit

[remote origin]
url = https://user:passw...@github.com/username/project.git
fetch = +refs/heads/*:refs/remotes/origin/*

I'm aware that's not a great idea because of security 
but that's very convenient when using several identities.

The problem of this is that most git command display password.

Maybe git should be improve to hide password in text console output by 
default

Kind regards

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.