GH001 on github

Posted chucklu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GH001 on github相关的知识,希望对你有一定的参考价值。

remote: warning: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: warning: See http://git.io/iEPt8g for more information.
remote: warning:  is 51.93 MB; this is larger than GitHub‘s recommended maximum file size of 50.00 MB

 

 

Working with large files

A Git repository contains every version of every file. But for some file types, this is not practical. Multiple revisions of large files increase the clone and fetch times for other users of a repository.

Conditions for large files

GitHub will warn you when pushing files larger than 50 MB. You will not be allowed to push files larger than 100 MB.

Removing files from a repository‘s history

To remove a large file from your repository, you must completely remove it from your local repository and from GitHub.

Distributing large binaries

Some projects require distributing large files, such as binaries or installers, in addition to distributing source code.

What is my disk quota?

GitHub doesn‘t have any set user disk quotas. We try to provide abundant storage for all Git repositories, although there are hard limits for file and repository sizes. Keeping repositories small ensures that our servers are fast and downloads are quick for our users.

 

以上是关于GH001 on github的主要内容,如果未能解决你的问题,请参考以下文章

mysql 在线修改表结构工具 gh-ost

/var/lib/rpm/__db.001: No space left on device

mac 新建窗口总显示 Last login: xxx xxx xxx(登录时间) on ttys001

mac 新建窗口总显示 Last login: xxx xxx xxx(登录时间) on ttys001

001.input添加监听事件

GitHubgithub相关问题和解决办法