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

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -