I have browsed quite a few similar questions and answers, but none helped, including a, b among others.
My problem is when I clone my public bitbucket repo with https
git clone https://bitbucket.org/JzHuai0108/ceres_catkin.git
, git keeps asking for my username and password for bitbucket.
This problem does not occur with another public repo on bitbucket.
git clone https://bitbucket.org/atlassian/stash-example-plugin.git
So how do I solve it?