作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在创建一个新的仓库(本地 + 远程)之后,我正在尝试推送提交。但是我遇到了 SSH key 的问题
在我的 ~/.ssh/config 中,我有一个 gitlab 条目定义为
Host MyRepoJD
HostName gitlab.myrepo.ninja
PreferredAuthentications publickey
IdentityFile ~/.ssh/gitlab_myRepo/johnDoe
ssh: Could not resolve hostname
gitlab.myrepo.ninja:gran_torino_sa/mar_arch.git: nodename nor servname provided, or not known
最佳答案
myrepoafter 再次调试......在这篇文章中找到了解决方案
“为给定域的 git push 指定 SSH key ”
Specify an SSH key for git push for a given domain
Host gitlab_as_johndoe
HostName gitlab.myrepo.ninja
User git
PreferredAuthentications publickey
IdentityFile ~/.ssh/gitlab_myrepo/johndoe
IdentitiesOnly yes
git remote add origin git@gitlab_as_johndoe:gran_torino_sa/mar_arch.git"
关于ssh - GitLab 无法推送到远程 - 缺少 SSH key - .ssh/config 中的通用 SSH 条目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30278489/
我是一名优秀的程序员,十分优秀!