1,安装git
2,gitee配置成员仓库权限
3,克隆项目
git clone git@gitee.com:sky474775788/Python_API_AUTO.git
4,配置用户信息
git config --global user.name '林俊xxx'
git config --global user.email 'ohnxxxsee@1xxx.com'
5,生成 RSA 密钥
ssh-keygen -t rsa
6,获取 RSA 公钥内容,并配置到 SSH公钥 中
cat ~/.ssh/id_rsa.pub
C:\Users\Administrator\.ssh
id_rsa.pub
7,添加SSH公钥
8,通过pycharm管理