首页 > 数据库技术 > 详细

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

时间:2021-08-30 01:00:28      阅读:12      评论:0      收藏:0      [点我收藏+]

因为安装的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

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

原文:https://www.cnblogs.com/momo-nancy/p/15202443.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!