随笔分类 -  GitHub

GitHub无法访问解决方法
摘要:当用户在浏览器中输入网址时,系统会首先自动从 hosts 文件中寻找对应的 IP 地址,一旦找到,系统会立即打开对应网页,如果没有找到,系统才会再将网址提交 DNS 域名解析服务器进行 IP 地址的解析。 因此,想要访问 GitHub,我们可以先通过 IP 查询工具 来获取当前 GitHub 网站的 阅读全文

posted @ 2023-06-08 09:51 糯米白白 阅读(344) 评论(0) 推荐(0)

unable to access 'https://github.com/.../...git': Recv failure: Connection was reset
摘要:解决git下载报错:fatal: unable to access 'https://github.com/.../...git': Recv failure: Connection was reset 1、在git中执行git config --global --unset http.proxy和 阅读全文

posted @ 2023-01-10 14:26 糯米白白 阅读(11917) 评论(0) 推荐(1)

GitHub新增SSH
摘要:1.配置账号 cmd: git config --global user.name '你的git用户名' cmd: git config --global user.email '你的git邮箱' 最好是先登录好自己的git账号再生成 2.生成SSH cmd: ssh-keygen -t rsa - 阅读全文

posted @ 2022-07-07 10:39 糯米白白 阅读(231) 评论(0) 推荐(0)

导航