最近把系统升级了,原计划重新搭建 hexo 所需环境,所以只保留了 source thmems 文件夹和“_config 配置文件 ” git 重新安装,安装之后王 github 提交数据每次都失败。
提示:
Error: Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
但是使用命令“ ssh -T [email protected] ”连接 github 是成功的, SSHKey 也是配置在账户设置中,可显示连接成功后的用户信息!
求救各位 V 友,有没有什么解决方案?谢谢大家了
附: git 版本为 v2.5.3-32-bit
node.js 版本为 v4.1.1-x86
1
anjunecha 2015-09-26 10:26:36 +08:00
1. ssh-agent -s
2. ssh-add -l |
2
ehs2013 2015-09-26 10:34:09 +08:00
用 https ,加个 netrc 就好
|
3
sarices 2015-09-26 10:37:15 +08:00
.ssh 700
.ssh/* 600 |
4
voyager 2015-09-26 11:59:28 +08:00
最近也遇到这种问题了,不过挂上 VPN 就没 OK 了
|
6
waylife 2016-01-10 22:42:50 +08:00
同遇到,挂上 vpn ,命令行走 proxychains4 解决了 http://yanghui.name/blog/2015/07/19/make-all-command-through-proxy/
|
7
waylife 2016-01-10 23:04:36 +08:00
|