美文网首页
git getaddrinfo() thread failed

git getaddrinfo() thread failed

作者: Feng_Du | 来源:发表于2020-08-28 09:18 被阅读0次

    gitclone出现以下错误。

    git.exe clone --progress -v "https://*****storeUi.git" "C:\Users\Administrator\Desktop\git-osc\storeUi"
    Cloning into 'C:\Users\Administrator\Desktop\git-osc\storeUi'...
    fatal: unable to access 'https://*****storeUi.git': getaddrinfo() thread failed to start

    可以尝试下

    1、先尝试ping对应仓库地址是否成功
    2、可以尝试把https://换成 git://
    3、尝试关闭防火墙再clone
    4、在控制面板凭证管理中更新账号密码
    5、ssh key在后台添加电脑秘钥

    相关文章

      网友评论

          本文标题:git getaddrinfo() thread failed

          本文链接:https://www.haomeiwen.com/subject/iavksktx.html