Closed
Description
right now only ssh push works really smooth.
https-repos will not know what pwd to use in the least and if the checkout url did not contain the username it will also not be found.
we should try to query the username from git-config and open username input if not, afterwards lets open another input for the pwd. in this first iteration let's not worry about storing any of this.
to keep things simple lets reuse TextInputComponent
we already have even for password in a first iteration and not worry about exchanging everything with *
. Let's use two popups in a row for username and password so we can easily adjust for when a username can be found and only ask for the password then.
see also #304