2.04-Eclipse配置Git、Gitlab

一、登陸Gitlab,新建一個repositorygit

二、桌面右鍵:Git Bash Here ,在裏面運行ssh

git config --global user.name "username"
git config --global user.email "email"

三、複製email,生成SSH Key, 打開setting->SSH keys,點擊右上角 New SSH key,把生成好的公鑰id_rsa.pub放進 key輸入框中gitlab

ssh-keygen -t rsa -C "email"

四、如今使用Eclipse插件就能夠將項目從gitlab上下載下來了插件

相關文章
相關標籤/搜索