linux mint 开发环境配置

681 阅读1分钟

涉及范围

svn,gitlab,github

准备工作

安装svn,git,openssl,idea社区版,jdk1.8

遇到问题

1.gitlab,github

eval $(ssh-agent -s)
ssh-add ~/.ssh/other_id_rsa

编辑 ~/.ssh/config

# GitLab.com server
Host gitlab.com
RSAAuthentication yes
IdentityFile ~/.ssh/config/private-key-filename-01
# Private GitLab server
Host gitlab.company.com
RSAAuthentication yes
IdentityFile ~/.ssh/config/private-key-filename

2.svn E120171 E120171解决参考:superuser.com/questions/1… 3.svn E230001

cd ~/.subverasion/
mkdir tmp
cd tmp
svn co svn地址
输入p(永久的接受 accept permanently)
输入用户名密码

完毕之后会下载,直接ctrl+c 退出,这时候问题已解决