...
代码块 | ||||
---|---|---|---|---|
| ||||
git config --global http.postBuffer 10240000000
git config --global http.proxy ''
|
再重新push:
代码块 |
---|
git push origin master |
...
代码块 | ||||
---|---|---|---|---|
| ||||
git config --global http.postBuffer 10240000000
git config --global http.proxy ''
|
再重新push:
代码块 |
---|
git push origin master |