标签:
一、配置公共密钥
https://help.github.com/articles/generating-ssh-keys/
二、设置缓冲值(push文件较大时导致错误)
\.git\config
[http] postBuffer = 2428800
Git:fatal: The remote end hung up unexpectedly
原文地址:http://www.cnblogs.com/gossip/p/4298685.html