0
点赞
收藏
分享

微信扫一扫

fatal: unable to access ‘https://github.com/signalwire/libks.git/‘: Encountered end of file

代码小姐 2022-03-15 阅读 147
gitgithub

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 条评论