github - Git password issue? -


i'm committing git repo using command line, upon entering username , password, tells me authentication failed.

i 100% i'm typing details correctly , my repo i'm committing to.

i have no idea going wrong, symbol have in either username or password @.

any help?

https://git.wiki.kernel.org/index.php/gitfaq#my_username_contains_a_.27.40.27.2c_i_can.27t_clone_through_http.2fhttps

solution : url-escape '@' sign in username, i.e. replace %40, git clone

   https://user%40mail.com@gitserver.com/path/. 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -