Can not clone any repositories with https or ssh, but accessing the GitHub page is fine:( #157124
Answered
by
dilkhush-raj
shilohooo
asked this question in
Repositories
-
Select Topic AreaQuestion BodyHTTPSgit clone https://github.com/alibaba/DataX.git
Cloning into 'DataX'...
fatal: unable to access 'https://github.com/alibaba/DataX.git/': Failed to connect to github.com port 443 after 2084 ms: Couldn't connect to serverSSHgit clone git@github.com:alibaba/DataX.git
Cloning into 'DataX'...
ssh: connect to host ssh.github.com port 443: Connection refused
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists. |
Beta Was this translation helpful? Give feedback.
Answered by
dilkhush-raj
Apr 19, 2025
Replies: 2 comments
-
|
Try - |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shilohooo
-
|
Set the http.proxy of git is work for me:) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try -
git config --global --unset http.proxyor read - https://stackoverflow.com/questions/18356502/github-failed-to-connect-to-github-443-windows-failed-to-connect-to-github