3 articles
Friday, Sep 12, 2025
!https://s3.cdnha.com/vpslalaimg/13340604492531365957.jpg 假设你已经在⼀个 Git 仓库中: 查看当前有哪些更改 git status 2. 添加⽂件到暂存区(准备提交) git add ⽂件名 或者添加所有更改的⽂件 git add ....
Tuesday, Jun 28, 2022
不知道为什么,在自己的Mac os 设置git hub代理不行,使用的方法如下 git config --global https.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 g...
Thursday, May 12, 2022
GitHub不再支持端口 9418 上未经身份验证的 git 协议错误。 新版使用 https://github.com 非 git://github.com 解决方法在文件中找到url中的 git:// 并将其替换为 github: 即 git://github.com/…… 替换为 g...