git新手入门的简单命令 作者: jane 时间: 2025-09-12 分类: 编程 暂无评论 假设你已经在⼀个 Git 仓库中: 查看当前有哪些更改 git status # 2. 添加⽂件到暂存区(准备提...
Mac os 系统下设置git hub代理的小问题 作者: jane 时间: 2022-06-28 分类: 编程 暂无评论 不知道为什么,在自己的Mac os 设置git hub代理不行,使用的方法如下 git config --glo...
fatal: remote error: The unauthenticated git protocol on port 9418 is no longer support解决方法 作者: jane 时间: 2022-05-12 分类: 编程 暂无评论 GitHub不再支持端口 9418 上未经身份验证的 git 协议错误。新版使用 https://github.c...