git push authentication failure

Amit Tandon July 3, 2016

I am newbie and i followed the introductions on the page - I am starting from scratch.

I executed everyting from command line. When i run the last line git push - I am asked for password. When i enter the password, i get Authentication failure. I changed my login password. But still same result.

Do i have to use ssh ? THe ssh point struck me as the git add  url has https in it.

i am using arch linux

1 answer

0 votes
SidduAngadi July 3, 2016

If you are using ssh, then u need add sshkey (public) to your repo under Access Keys. Then try

You can even use https. Before you run git command, and set git config file by executing below command:

 

git config --global http.sslVerify "false"

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events