我正在使用Android项目而且我厌倦了这个错误:
fatal: unable to access 'https://github.com/caddy2519/MyBabyGrowing.git/': Failed connect to github.com:443; No error
我该如何解决这个问题?
我不使用代理服务器。
答案 0 :(得分:1)
检查您的网络是否受到保护,如果是,您可以为answer中提供的git配置代理,如下所示:
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
否则,你应该考虑全新安装git。
答案 1 :(得分:0)