侧边栏壁纸
博主头像
Mick

The you you are.

  • 累计撰写 37 篇文章
  • 累计创建 31 个标签
  • 累计收到 3 条评论

目 录CONTENT

文章目录

Github 仓库源码下载超时的解决办法

Github 现在已经不支持直接 git 拉取,可使用以下命令解决, 将 “git://” 替换为 “https://”

git config --global url."https://".insteadOf git://
0

评论区