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.
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
Post a Comment