kali和centos 下载github的vulhub时出现错误:
fatal: unable to connect to github.com: github.com[0: 20.205.243.166]: errno=连接超时
处理:执行此命令
git config --global url."https://github.com".insteadOf git://github.com
博客指出Kali和CentOS在下载GitHub的vulhub时出现连接超时错误,错误信息为‘fatal: unable to connect to github.com’。并给出处理办法,即执行命令‘git config --global url.\https://github.com\.insteadOf git://github.com’。
kali和centos 下载github的vulhub时出现错误:
fatal: unable to connect to github.com: github.com[0: 20.205.243.166]: errno=连接超时
处理:执行此命令
git config --global url."https://github.com".insteadOf git://github.com
7287

被折叠的 条评论
为什么被折叠?