First let me say that I tried this solution: Stuck at push, nothing happens
It does not work for me.
I created a repository on Bitbucket and added it as remote origin. After that I did standard procedure:
git add .
git commit -m "Initial update"
But when I try to do:
git push -u origin master
or
git push origin master
nothing happens. I do not even get an error message as output. It is just pending. And all I can do is stop the process with CTRL + C.
Any suggestions?
EDIT
After some time I got this error message:
fatal: unable to access 'https://harunB@bitbucket.org/harunB/test.git/': Failed to connect to bitbucket.org port 443: Connection refused