I am new to github and I am using windows 10 OS. I tried to push local repo to github but when I try to execute "git push origin master" in git bash it kind of hangs. I mean to say the cursor starts blinking and nothing happens even after waiting for long. So I have to exit by pressing "ctrl+c".
i tried :
- open port ssh in windows10 firewall.
- executed : "git remote set-url origin https://github.com/username/repo.git before executing "git push origin master"
but each time same result.