微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Git-本地代码不能push到远程仓库系列问题-fatal: unable to access...

因为安装的git工具版本太低,导致出现一系列问题,第一次安装的话建议安装最新版本的git

安装git:http://git-scm.com/downloads

参考文档:https://www.cnblogs.com/xueweisuoyong/p/11914045.html

 

问题1:git push 代码的时候遇到了fatal: unable to access ‘https://github.com/...

参考解决文档:

https://blog.csdn.net/weixin_45317091/article/details/113

设置IP方法

https://www.cnblogs.com/yanch01/p/GitHub-access.html

查找ip工具

https://github.com.ipaddress.com/www.github.com

 

问题2:remote: Support for password authentication was removed on August 13, 2021.

参考文档:https://blog.csdn.net/weixin_41010198/article/details/119698015

 

问题3:fatal: HttpRequestException encountered.

参考文档:https://blog.csdn.net/weixin_44763569/article/details/90408803

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐