I would like to have my git username saved in remote url address in order not to type it every time I push or pull.
I found many answers (such as this one) which solves the problem. The thing is that my username contains @
since it is (and unfortunatelly must be) an email address.
When I enter http://me@domain.com@myrepo.git
, the parser is confused and takes only me
as the username.
How can I solve it? Is it even posisble? Unfortunatelly, I can't use ssh, to https is the only option.