文章结束给大家来个程序员笑话:[M]
在用使SourceTree上传资料的时候,碰到
POST git-receive-pack (chunked)
看到这样一则
This is a bug in Git; when using HTTPS it will use chunked encoding for uploads above a certain size. Those do not work. A trivial fix is to tell git to not chunk until some ridiculously large size value, such as: git config http.postBuffer 524288000
于是试尝 .git/config 参加
[http] postBuffer = 524288000
主要是制约文件大小的原因.
文章结束给大家分享下程序员的一些笑话语录: 一位程序员去海边游泳,由于水性不佳,游不回岸了,于是他挥着手臂,大声求.救:“F1,F1!”