git 出错
$ git push origin master
fatal: HttpRequestException encountered.
发送请求时出错。
Everything up-to-date
References:
https://www.cnblogs.com/suntao666/p/9298571.html
这个的原因是github禁用了TLS1.0/1.1协议,github禁用了对弱加密的支持,我们可以对 git for windows 更新到最新的版本或者去更新windows的git凭证管理器,这样就可以了。