$ git pull origin master
fatal: AggregateException encountered.
出现这个error后,是你的git客户端版本低,升级后就好了
当遇到$git pull origin master命令执行失败,显示AggregateException encountered错误时,通常是由于Git客户端版本过低所致。升级Git客户端到最新版本即可解决此问题。
$ git pull origin master
fatal: AggregateException encountered.
出现这个error后,是你的git客户端版本低,升级后就好了

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