source ~/.bash_profile
flutter clean
Command exited with code 128: git fetch --tags
Standard error: 錯誤:RPC 失敗。curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
錯誤:預期仍然需要 2737 個字節的正文
fetch-pack: unexpected disconnect while reading sideband packet
致命錯誤:過早的文件結束符(EOF)
致命錯誤:fetch-pack:無效的 index-pack 輸出
處理:
git config --global https.postBuffer 10485760000
git config --global http.postBuffer 10485760000
flutter clean