博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
git clone --early EOF
阅读量:6543 次
发布时间:2019-06-24

本文共 834 字,大约阅读时间需要 2 分钟。

出现这个问题可能需要重新检查以下方面:

1. Android studio Git 的安装地址:  ..../Git/cmd/git.exe

记得在环境变量 --Path 中进行配置: ,..../Git/cmd

2. ssh 连接 github

进入 git 的安装目录下右键运行 Git_Bash,然后按照下面博客进行操作

3. 在输入 $ ssh -T git@github.com 命令测试 SSH KEY 时,如果出现以下错误:

no such identity: /c/Users/Administrator.PC-201608030926/.ssh/id_rsa.github:

需要在 C:\Users\Administrator.PC-201608030926\.ssh 目录下添加 config 文件(如果存在的话直接修改)

在 config 文件中添加以下内容(id_rsa 为所生成的 SSH Key 文件名):

Host github.com www.github.com      IdentityFile ~/.ssh/id_rsa  Host git.company.com      IdentityFile ~/.ssh/id_rsa

出现 Permission denied (publickey),是由于多 SSH Key 导致的,也可以通过以上方法设置

4. 将 SSH Key 添加到 github 上

5. ssh-add ~/.ssh/rsa 时报错:Could not open a connection to your authentication agent

先执行  eval `ssh-agent`  (是~键上的那个`) 再执行 ssh-add ~/.ssh/rsa成功

ssh-add -l 就有新加的rsa了

 

转载于:https://www.cnblogs.com/zhy7104/p/6259058.html

你可能感兴趣的文章
php中使用mail()函数发送邮件
查看>>
如何安装和使用零售密钥激活Windows 8.1 专业版
查看>>
初探kali linux笔记
查看>>
MySQL存储引擎中的MyISAM和InnoDB区别详解
查看>>
shell常用正则表达式
查看>>
postfix邮件配置
查看>>
oracle专用服务器模式和共享服务器模式详解
查看>>
javascript实现网页中图片的自动切换代码
查看>>
WebService 笔记
查看>>
刘宇凡:浅谈流氓式用户体验
查看>>
UITabBarController使用详解
查看>>
self parent $this关键字分析--PHP
查看>>
使用SSM的时候添加自定义的监听器(实现已知的那几个接口)出现报错的问题
查看>>
我的友情链接
查看>>
LVS负载均衡LAMP平台
查看>>
wex5怎么配合做seo 优化
查看>>
华为存储行吗?之研发篇
查看>>
莫言老师最精彩的一段话:
查看>>
我的友情链接
查看>>
理解mouseover,mouseout,mouseenter,mouseleave
查看>>