首先在git bash(终端)设置缓存大小 500M(具体多少自己估计)
git config http.postBuffer 524288000
如果用克隆的方式可能会报错,那么用
git pull 【远程地址】;
下面是参考资料:
https://blog.csdn.net/it_liuchengli/article/details/77040806
首先在git bash(终端)设置缓存大小 500M(具体多少自己估计)
git config http.postBuffer 524288000
如果用克隆的方式可能会报错,那么用
git pull 【远程地址】;
下面是参考资料:
https://blog.csdn.net/it_liuchengli/article/details/77040806