git - GitHub "Failed connect to github" No Error -


i'm pretty new git, i've been using gitbash commits, pushing , pulling week or 2 now. working fine, day or 2 ago when started getting error everytime tried interact remote repositories.

fatal: unable access '....': failed connect github.com:443; no error

i've done googling , come across similar stackoverflow posts , articles. that, i've tried number of things, including testing ssh connection across different ports (22 , 443). looks port 443 (for https connections) blocked, while port 22 seems open.

gitbash connection error

from understand of this, looks me might need change port git using 443 22. i've tried changing ~/.git/config file , i've tried git remote set-url command try this, no joy.

any information on original error or on how change git port appreciated.

any reason why use git via http? i'd suggest using ssh instead.

git clone git@github.com:greenvalley/githubsandbox.git 

Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -