git常见问题

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

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

你可能感兴趣的:(git常见问题)