Git 常用命令

常用命令汇总 // 注册一个用户 git config --global user.name "Your Name" git config --global user.email "email@example.com" ssh-keygen -t rsa -C "youremail@example.

终端配置代理

1、终端代理配置,本文使用 iTerm + clashX 文件说明:如果是 bash,配置 .bash_profile 文件,如果是 zsh,则配置 .zshrc 文件 2、操作步骤 添加如下代码到 .bash_profile 或 .zshrc 中 # 开启代理 function proxy_on(