本文共 655 字,大约阅读时间需要 2 分钟。
涉及范围
svn,gitlab,github
准备工作
安装svn,git,openssl,idea社区版,jdk1.8
遇到问题
1.gitlab,githubeval $(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解决参考:https://superuser.com/questions/1473219/subversion-error-svn-e120171-error-running-context-an-error-occurred-during
3.svn E230001cd ~/.subverasion/
mkdir tmp
cd tmp
svn co svn地址
输入p(永久的接受 accept permanently)
输入用户名密码复制代码
完毕之后会下载,直接ctrl+c 退出,这时候问题已解决
转载地址:http://rhjdv.baihongyu.com/