I created one remote repository in BitBucket. Then I pushed one existing repository to the remote one from Windows. It gave SSL certificate error and I set the SSL verify to false by running the command "git config --global http.sslVerify false ". Then I could able to push and it did not ask for Username and Password.
Now I am trying to clone the repository from Linux machine and Linux machine asked for password. I gave the password and pressed Enter.
Now the Linux machine gives error,
error: while accessing https://jee@bitbucket.bmogc.net/scm/~jee/git_test_sshkey.git/info/refs
fatal: HTTP request failed
But If I clone the repository from windows machine, It does not ask for password, and the clone was successful.
Could anyone please help to resolve this?
Thanks, Jeeva