解决方案1:
Git Bash 中输入代码:
git config --global http.postBuffer 524288000
解决方案2:
找到计算机互联网设置,找到代理,地址,端口
,然后在 Git Bash 中输入代码:
git config --global http.proxy http://127.0.0.1:端口
git config --global https.proxy http://127.0.0.1:端口
解决方案1:
Git Bash 中输入代码:
git config --global http.postBuffer 524288000
解决方案2:
找到计算机互联网设置,找到代理,地址,端口
,然后在 Git Bash 中输入代码:
git config --global http.proxy http://127.0.0.1:端口
git config --global https.proxy http://127.0.0.1:端口

被折叠的 条评论
为什么被折叠?