Github Upload Large File 上傳超大文件


 

Github中單個文件的大小限制是100MB,為了能突破這個限制,我們需要使用Git Large File Storage這個工具,參見這個官方帖子,但是按照其給的步驟,博主未能成功上傳超大文件,那么這里就給出自己成功的步驟吧:

 

git lfs install

git lfs track "*.exe"

git add .gitattributes

git commit -m "Updated the attributes"

git push origin master

git add my_large_file.exe

git lfs ls-files

git commit -m "Add the large file"

git push origin master

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM