首页 > 系统相关 >Windows更新Git

Windows更新Git

时间:2022-12-05 15:24:09浏览次数:62  
标签:git Windows 更新 SSL Git https com

1. 打开Git命令行窗口;

2. 执行如下命令:

git update-git-for-windows

3. 如果报错,尝试在hosts(C:\Windows\System32\drivers\etc)中加入如下内容,我是在https://ip.tool.chinaz.com/查的

  curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection

172.67.12.172    https://git-scm.com/
140.82.114.3    https://github.com/

 

标签:git,Windows,更新,SSL,Git,https,com
From: https://www.cnblogs.com/tan-cong/p/16952394.html

相关文章

  • python django shell 更新代码后需要重启
    pythondjango 使用pythonmanage.py shell练习时更改代码后,需要重新打开窗口进行练习TRANSLATEwithxEnglishArabicHebrewPolishBulgarianH......
  • Gitee创建仓库后关联本地仓库
    全局设置gitconfig--globaluser.name"名字"gitconfig--globaluser.email"邮件"创建git仓库:mkdirworkbenchcdworkbenchgitinittouchREADME.mdgit......
  • Windows Server部署.net Core应用
    安装.netcorewindowserverhosting重启IISiisreset参考文档:​​​https://docs.microsoft.com/en-us/aspnet/core/publishing/iis?tabs=aspnetcore2x​​​​​https:......
  • gitlab安装使用,备份和升级
    安装依赖yuminstall-ycurlopenssh-serverpostfixwget 安装gitlab组件 yumlocalinstall-yxxx自动帮忙解决依赖 最新版本1)下载wgethttps://mirrors.tuna.tsing......
  • git
    最新版git下载1.1.进入网址https://git-scm.com2.2.点击Downloads选项2.3.点击对应的系统类型2.4.根据系统点击相应的选项进行下载(这里Windows版为例)旧版本gi......
  • 用PHPstudy工具在Windows环境下部署商城系统
    前言:为了试验测试项目,在网上找的PHP商城项目,在虚拟机-win10上部署环境1.准备PHPstudy工具下载:Windows版phpstudy下载-小皮面板(phpstudy)(xp.cn)安装:解压下......
  • git修改远程分支
    gitremote-v查看远程仓库gitremotermorigin删除远程分支gitremoteadd [email protected]:6xxxxxxxxxxxxxxxx.git  重新添加远程......
  • 问题:fatal: unable to access 'https://github.com/XXXXX': GnuTLS recv error (-110)
    问题:fatal:unabletoaccess'https://github.com/XXXXX':GnuTLSrecverror(-110):TheTLSconnectionwasnon-properlyterminated.我遇到了这个问题,感觉关了ssl验......
  • chrome 浏览器手动同步更新书签数据备份
    现在很多人会使用浏览器自带的同步工具,这样即使换了电脑,对于这个浏览器来说,与没换电脑一样,这就是同步的作用。chrome浏览器,只要有网络,只要登录了账号是自动同步的,所......
  • windows 计算 md5 值
     MD5的英文全名是MessageDigestalgorithm5,这种信息摘要算法是一种不可逆的加密算法。下面介绍,在Windows系统下,计算MD5值的三种方法:方法一、Windows系统自带......