I am having really strange issue when do these operations clone/push with git remote repo.
Let's say I'm trying to push my changes to remote repo.
git push origin master
Then I will get this error.
fatal: unable to access '[Remote_Repo]': Failed to connect to github.com port 443: Bad access
I checked this issue and everyone saying this related to proxy. But I am quiet sure that I am not using a proxy.
Here what happened. Kaspersky internet security blocked the connection to the git server and that's why I got that error.
So anyone facing the similer kind of issue, try disabling your anti virus first.