环境:Ubuntu + PyCharm + GitLab
1、安装Git
sudo apt-get install git
2、Git全局设置
git config --global user.name "Username"
git config --global user.email "email@163.com"
3、生成Git的SSH Key
ssh-keygen -t rsa -C "email@163.com"
Public Key如下:
4、PyCharm设置
环境:Ubuntu + PyCharm + GitLab
1、安装Git
sudo apt-get install git
2、Git全局设置
git config --global user.name "Username"
git config --global user.email "email@163.com"
3、生成Git的SSH Key
ssh-keygen -t rsa -C "email@163.com"
Public Key如下:
4、PyCharm设置