From: Ketan Padegaonkar <ketanpadegaonkar@gmail.com>
To: git-dev <git@vger.kernel.org>
Subject: [http] Git error messages reveal password encoded in the URL
Date: Mon, 19 Jul 2010 10:00:20 -0700 [thread overview]
Message-ID: <4C4484A4.5010009@gmail.com> (raw)
Hi,
We use http to serve our git repos, in order for git to not ask me a
username/password everytime, I've put the following in my .git/config:
[remote "origin"]
url = https://user:pass@host/repo.git
What is discerning is that every time git encounters a problem
connecting to the repo, I get the following error containing both my
username and password.
error: Couldn't resolve host 'host' while accessing
https://user:pass@host/repo.git/info/refs
I would like to suggest that the password be removed/masked from this
error message.
--
Ketan
http://ketan.padegaonkar.name | http://eclipse.org/swtbot
next reply other threads:[~2010-07-19 17:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-19 17:00 Ketan Padegaonkar [this message]
2010-07-19 21:02 ` [http] Git error messages reveal password encoded in the URL Jakub Narebski
2010-07-19 21:05 ` Jacob Helwig
2010-07-19 21:10 ` Jakub Narebski
2010-07-19 21:16 ` Jacob Helwig
2010-07-19 23:25 ` Ketan Padegaonkar
2010-07-20 0:41 ` Jakub Narebski
2010-07-20 7:46 ` Tay Ray Chuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C4484A4.5010009@gmail.com \
--to=ketanpadegaonkar@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.