摘要: 注意:通过https方式clone下来的,在git push 时是需要输入用户名和密码,即使配置了ssh密钥也是不起作用的 现在我们把https 方式改成 ssh密钥的方式,解决方案如下: 1. 首先查看 项目 git clone 的方式,用以下命令: git remote -v 结果是https: 阅读全文
posted @ 2021-11-29 15:03 艾若菲 阅读(637) 评论(0) 推荐(0) 编辑