我梦

导航

随笔分类 -  git

git相关的问题
git拉取多个仓库代码配置多个密钥
摘要:当你需要使用多个仓库地址并且使用不同的ssh密钥时就会遇到配置问题。 先看配置文件 ~/.ssh/config Host github.com-just-beginer HostName github.com User yicon IdentityFile ~/.ssh/github_rsaHost 阅读全文

posted @ 2024-03-01 11:15 我梦 阅读(136) 评论(0) 推荐(0)