You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my case I have a git repository over http with username and password embedded in the url like
http://user:[email protected]/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.
The text was updated successfully, but these errors were encountered: