我试图推送一个大文件,却被提示为remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
。我将该文件路径添加到.gitignore并再次尝试,然后被赋予! [remote rejected] master -> master (pre-receive hook declined)
。
我是此存储库的所有者,也是唯一正在处理此存储库的人。在添加大文件之前,一切正常。