首页 > 其他分享 >github 的 SSH keys 过期解决

github 的 SSH keys 过期解决

时间:2022-12-23 10:55:45浏览次数:56  
标签:git keys app 过期 github SSH

以 SSH 方式 git clone 在 github 上的仓库时,报错:

$ git clone [email protected]:cag2050/counter-app.git
Cloning into 'counter-app'...
ssh: connect to host github.com port 22: Operation timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

其中的一个可能原因是:github 的 SSH keys 过期了;
解决:https://blog.csdn.net/Leo_Franklin/article/details/108858285

标签:git,keys,app,过期,github,SSH
From: https://www.cnblogs.com/cag2050/p/17000215.html

相关文章

  • Docker+Jenkins+Gitee+Maven构建后台jar包后配置SSH传送到服务器并执行指定命令
    场景Docker+Jenkins+Gitee+Maven项目配置jdk、maven、gitee等拉取代码并自动构建以及遇到的那些坑:https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/12839905......
  • openssh和nfs搭建
    openssh免密登录创建公钥 [root@mashuangle~]#ssh-keygen-trsa Generatingpublic/privatersakeypair. Enterfileinwhichtosavethekey(/root/.ssh/id_......
  • 20.ssm和ssh
    介绍控制器对比共同点不同点实现原理持久层对比共同点各自优势......
  • 树莓派4b无鼠标键盘SSH登录
    1、树莓派操作系统的烧录见https://www.cnblogs.com/clayyjh/p/14456372.html2、由于树莓派4为了安全起见,删除了默认账户pi,因此需要按照这个帖子https://www.raspberrypi.......
  • Win10和WSL Ubuntu 22.04.1 SSH远程连接
    openssh-server配置安装ssh服务器在Ubuntu20.04.1LTS子系统安装openssh-server。在Ubuntu子系统中,执行一下命令:sudoaptinstallopenssh-server编辑远程登录配置信息......
  • github pages官方资料限制空间最大1G
    githubpages官方资料限制空间最大1G 但是目前我的空间已经突破5G也没看到有任何限制的趋势。】目前编译一次就是比较慢,大概需要50分钟了。    ......
  • Git & Github & Gitee
    Git学习一、认识Git1、什么是Gitgit是一个分布式版本控制软件,最初由林纳斯·托瓦兹(LinusTorvalds)创作,于2005年以GPL发布。最初目的是为更好地管理Linux内核开发而设计。2......
  • 博客永久搬家,新地址 lmmsoft.github.io
    搬家原因:审查风险大+国内的博客网站不够稳定新地址:https://lmmsoft.github.io/  RSS订阅: https://lmmsoft.github.io/feed.xml欢迎访问!......
  • 通过GitHub和阿里云自定义域名实现https认证
    在GitHub中的操作登录GitHub,点击“Yourrepositories”,进入个人仓库页面;点击“new“,进入新建仓库页面;仓库名称填写<username>.github.io,<username>就是GitHub的账......
  • 创建自己的github博客
    ​​https://deligencc.github.io/​​hexo.利用这些静态博客生成器我们可以方便的在本地写博客,然后上传github进行浏览,这些生成器的原理也很简单,就是需要什么网页,......