You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Christopher Collins (JIRA)" <ji...@apache.org> on 2017/10/10 22:30:00 UTC

[jira] [Created] (MYNEWT-851) newt - Private repo password displayed by `git status`

Christopher Collins created MYNEWT-851:
------------------------------------------

             Summary: newt - Private repo password displayed by `git status`
                 Key: MYNEWT-851
                 URL: https://issues.apache.org/jira/browse/MYNEWT-851
             Project: Mynewt
          Issue Type: Bug
      Security Level: Public (Viewable by anyone)
          Components: Newt
            Reporter: Christopher Collins
            Assignee: Sterling Hughes
             Fix For: v1.3


For private repos, the user's login and password are part of the repo URL.  E.g.,

{noformat}
wes@~/dev/work/repos/private-repo$ git remote -v
origin    https://wes3:[password-redacted]@github.com/PrivateRepo/private-repo.git (fetch)
origin    https://wes3:[password-redacted]@github.com/PrivateRepo/private-repo.git (push)
{noformat}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)