centos 7 克隆libks 报错:fatal: unable to access ‘https://github.com/signalwire/libks.git/’: Encountered end of file
只需要在命令行中执行
git config --global --unset http.proxy
git config --global --unset https.proxy
fatal: unable to access ‘https://github.com/signalwire/libks.git/‘: Encountered end of file
阅读 147
2022-03-15
centos 7 克隆libks 报错:fatal: unable to access ‘https://github.com/signalwire/libks.git/’: Encountered end of file
只需要在命令行中执行
git config --global --unset http.proxy
git config --global --unset https.proxy
相关推荐
精彩评论(0)