Git的配置 环境变量的配置

1、ssh公钥配置 git config --list 查看git的配置 git config --global user.name “666666czp” git config --global user.email “[email protected]” git config --global credential.helper store //记住密码 ssh-keygen - t rsa
相关文章
相关标签/搜索