Hi just set up a new bitbucket account and created a repo. I already have code in my local machine so I added the remote using git remote add
now when i did git push origin
, it prompted me to put password for the bitbucket account. After i entered the password, it just appears to be stuck. i ran git push
on verbose mode but after I put the password it seems to be stuck.
Also I added my ssh key to bitbucket thinking that might help resolve the issue if it was authentication issue, but it still asks me for the password and get stuck after i provide it.