ZBLOG

$ git clone https://github.com/ltaoo/books Cloning into 'books'... fatal: unable to access 'https://github.com/ltaoo/books/': Failed to connect to github.com port 443 after 21159 ms: Couldn't connect to server

This error message indicates that the Git client was unable to connect to the remote repository on GitHub. The most likely cause is a network connectivity issue or a firewall blocking access to the server.

To resolve this issue, you can try the following steps:

  1. Check your internet connection and make sure you are able to access other websites.
  2. If you are behind a proxy or firewall, configure Git to use it by running the following command: git config --global http.proxy <proxy-url>
  3. Try cloning the repository using SSH instead of HTTPS by running the following command: git clone git@github.com:ltaoo/books.git

If none of these solutions work, there may be an issue with GitHub’s servers or your account permissions. In that case, you should contact GitHub support for further assistance.

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://golang.0voice.com/?id=4303

分享:
扫描分享到社交APP
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?