Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Git url in http with username and password in the url does not do fetch #6

Open
anagri opened this issue Sep 1, 2010 · 0 comments
Open

Comments

@anagri
Copy link

anagri commented Sep 1, 2010

In my case I have a git repository over http with username and password embedded in the url like

http://user:pass@gitrepo.com/repo.git

In such cases when you configure the plugin for above url, it always ignores the password since it uses toString method of URIs which ignores password. I would suggest use toPrivateString method instead which includes the password.

I have submitted a pull request with the above suggested change. Please merge it and make a new plugin available asap.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant