美文网首页
git常见问题

git常见问题

作者: idioitcbear | 来源:发表于2017-02-27 16:55 被阅读18次

    上传超过一百兆的文件到github,需要用到另外一个服务

    • 需要安装 git-lfs https://git-lfs.github.com/
    • 然后执行以下命令
      • git lfs install
      • git lfs track <fileName>
      • git add .
      • git commit
      • git push

    相关文章

      网友评论

          本文标题:git常见问题

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