git online pull code encountered error: RPC failed; result=18, HTTP code = 200 | 2.12 MiB/s

Solution:

Terminal input command:

git config --global http.postBuffer 24288000

View

git config --list

Reason: The default git library is too small and not enough to be reconfigured

Reference link:

http://stackoverflow.com/questions/17683295/git-bash-error-rpc-failed-result-18-htp-code-200b-1kib-s

Guess you like

Origin blog.csdn.net/I_lost/article/details/114383645