ljymoonlight

导航

2021年10月24日 #

4.5. git svn 操作

摘要: 使用git 命令操作svn 获取源代码 git svn clone svn://path git svn clone -r // get history version 更新代码 git svn rebase // 提交代码 git commit -m “xxxx” git svn dcommit 阅读全文

posted @ 2021-10-24 12:47 ljymoonlight 阅读(54) 评论(0) 推荐(0) 编辑

git 同步多个远程库

摘要: 同步多个远程库 (方法1) - 删除远程本地库名称,再创建两个不通远程库的别名 git remote rm origin git remote add haha git@xxx:ljymoonlight/golangnote.git git remote add github git@github. 阅读全文

posted @ 2021-10-24 12:46 ljymoonlight 阅读(61) 评论(0) 推荐(0) 编辑

go get使用步骤

摘要: go get运行 无法获取到库内容 fatal: unable to access 'https://github.com/bronze1man/radius/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com: 阅读全文

posted @ 2021-10-24 12:45 ljymoonlight 阅读(156) 评论(0) 推荐(0) 编辑