随笔分类 -  git

摘要:fatal: 远端意外挂断了5/9623), 118.98 MiB | 1.10 MiB/s fatal: 过早的文件结束符(EOF) fatal: index-pack 失败 方法1:使用 ssh 协议 git clone git@xxx.xxx.git 方法2: 由于缓冲区大小不足,Git 有时 阅读全文
posted @ 2025-01-07 16:53 Zenith_Hugh 阅读(81) 评论(0) 推荐(0)
摘要:问题:我在 github 找不到 我评论的问题 解决: 在搜素框直接:is:issue involves:用户名 选择最近更新,就可以看到最近 你评论的 issue 了。 阅读全文
posted @ 2024-09-14 18:15 Zenith_Hugh 阅读(123) 评论(0) 推荐(0)
摘要:解决: https://zhuanlan.zhihu.com/p/636418854 注意是 clash 注意修改成自己的IP和端口号 git config --global http.proxy http://127.0.0.1:7890 git config --global https.pro 阅读全文
posted @ 2024-04-02 16:43 Zenith_Hugh 阅读(34) 评论(0) 推荐(0)
摘要:本文主要是介绍如何在 vscode 中使用 git。借助 vscode ,我们可以更加简单的管理我们的代码。 1. 在 github 网页端创建一个 仓库 略 2. 将本地公钥加到 github 的 SSH keys 中: git config --global user.name "git 的自己 阅读全文
posted @ 2023-03-02 23:48 Zenith_Hugh 阅读(257) 评论(0) 推荐(0)