Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # melihat verbose proses git, tambahkan ini sebelum perintah git. Linux gunakan export, Windows gunakan set
- export GIT_TRACE_PACKET=1
- export GIT_TRACE=1
- export GIT_CURL_VERBOSE=1
- # error: RPC failed; result=56, HTTP code = 200B
- # karena di host tidak dapat clone repo yang ukurannya besar
- # Fix: 1. update curl yg support http2, 2. add git config global
- git config --global http.postBuffer 524288000
- git config --global --list
Add Comment
Please, Sign In to add comment