Page MenuHomePhabricator

Censor credentials possibly present in Git remote URIs when pulls fail because of a URI mismatch
ClosedPublic

Authored by epriestley on Jul 31 2017, 4:42 PM.
Tags
None
Referenced Files
F17307423: D18304.diff
Thu, Jun 26, 10:24 AM
Unknown Object (File)
Thu, May 29, 4:12 PM
Unknown Object (File)
May 9 2025, 2:39 PM
Unknown Object (File)
Apr 29 2025, 3:51 PM
Unknown Object (File)
Apr 28 2025, 9:57 PM
Unknown Object (File)
Apr 28 2025, 4:21 PM
Unknown Object (File)
Apr 27 2025, 9:40 PM
Unknown Object (File)
Apr 27 2025, 11:45 AM
Subscribers
None

Details

Summary

Fixes T12945.

Test Plan

Mostly faked this, got a censored error:

$ ./bin/repository update R38
[2017-07-31 19:40:13] EXCEPTION: (Exception) Working copy at "/Users/epriestley/dev/core/repo/local/38/" has a mismatched origin URI, "https://********@example.com/". The expected origin URI is "https://github.com/phacility/libphutil.git". Fix your configuration, or set the remote URI correctly. To avoid breaking anything, Phabricator will not automatically fix this. at [<phabricator>/src/applications/repository/engine/PhabricatorRepositoryEngine.php:186]

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable