git push的时候出现SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054,执行git config --global http.postBuffer 524288000命令不管用
是不是证书过期了,你从新获取一下证书试试
git config --global http.sslVerify false
git clone https://github.com/username/repo.git
cd repo
git config --global http.sslVerify true