0
Follow
0
View

git submit code with error "fatal: unable to access ': Could not resolve host: github.com"

edith0312 注册会员
2023-02-28 08:08
  • You can refer to this article: Github: fatal:unable to access 'https://github.com/... /.git ':Could not resolve host:github.com
  • Among other things, this blog: 4. fatal: unable to access 'https://github.com/... /.git ': Could not resolve host: github.com The section might solve your problem. You can read it carefully or in the source blog:
  • Just execute

    from the command line.
    git config --global --unset http.proxy 
    git config --global --unset https.proxy
    
daiyuchun 注册会员
2023-02-28 08:08

hosts file parsing problem

duhaiyun2010 注册会员
2023-02-28 08:08

Just run the following command on the command line:
git config --global --unset http.proxy
git config --global --unset https.proxy

dongwei1529 注册会员
2023-02-28 08:08
< div class = "md_content_show e397 data - v - 3967" = "" >

solved

About the Author

Question Info

Publish Time
2023-02-28 08:08
Update Time
2023-02-28 08:08