为什么80%的码农都做不了架构师?>>>   

新装了系统,git和phpstorm的配置全都没有了,重新安装了git和phpstorm

系统:windows10

代码托管平台:阿里云code

软件的安装不作赘述。

报错1 Could not read from remote repository

解决办法:生成key

命令:

ssh-keygen -t rsa -C "youremail@mail.com"

新的可以在C:\Users\用户名\.ssh下,复制id_rsa.pub的内容,进入代码托管平台,添加一个新的key,操作略。

此时,phpstorm在clone代码的时候回弹出登录框,输入代码平台的账号和密码,直接clone。

然而,有时候忘记了账号和密码,第一次输错了,结果再也不弹出登录框了,每次的报错信息都是

Clone failed: Authentication failed for

解决办法:

在git-bash命令行输入

git config --system --unset credential.helper

再去clone,弹出了,输入正确的账号和密码,进入成功。

转载于:https://my.oschina.net/marhal/blog/2250289

git clone 报错 Clone failed: Authentication failed for相关推荐

  1. git clone 报错:error: RPC failed; curl 18 transfer closed with outstanding read

    欢迎移步我的个人博客 git clone 时候报错如下 error: RPC failed; curl 18 transfer closed with outstanding read data re ...

  2. 解决报错:fatal: Authentication failed for ‘https://github.com/*/*.git/‘

    目录 问题 解决 步骤一. 步骤二. 步骤三. ​步骤四. ​步骤五. 步骤六. 问题 今天创建一个 github 新仓库,首次上传本地代码时,遇到了一个报错.但是,之前这样操作肯定是没有问题的,毕竟 ...

  3. Git报错fatal:Authentication failed for‘https://git……解决方法

    报错就是因为你输入的账号或者密码错误,导致验证失败. 方法一配置全局参数: git config --global user.name "xxx" git config --glo ...

  4. Postgres数据库报错:FATAL: Peer authentication failed for user “zabbix“ Previous connection kept

    报错信息 :FATAL: Peer authentication failed for user "zabbix" /etc/postgresql/9.3/main/pg_hba. ...

  5. zabbix server报错:FATAL: password authentication failed for user zabbix

    zabbix agent日志 [root@localhost zabbix]# cat zabbix_server.log FATAL: password authentication failed ...

  6. 163邮箱报错: 535 Error: authentication failed

    今天更换新的异常信息发件邮箱,重新申请了一个新邮箱,SMTP功能已经开通,调用java代码报异常,错误信息为:535 Error: authentication failed.经过网上查证,原来新的1 ...

  7. postgres报错:FATAL: Peer authentication failed for user “zabbix“ Previous connection kept

    连接zabbix用户失败, postgres=# \c - zabbix FATAL: Peer authentication failed for user "zabbix" P ...

  8. git clone 拉取github上面的代码报错:fatal: Authentication failed for xxx解决

    1.打开git bash,输入密码:git config --system --unset credential.helper 2.结果报错:error: could not lock config ...

  9. git clone 报错 “Clone failed: Authentication failed for xxxxx”(做过测试)

    版权声明:    https://blog.csdn.net/yt_1999/article/details/81353449 从公司的仓库clone项目的时候,一直提示这个错误: 可能的情况有: 1 ...

最新文章

  1. 基础知识——测试代码(七)
  2. sp_MSforeachtable使用方法
  3. linux 五种IO模型 简介
  4. hdu 4524 郑厂长系列故事——逃离迷宫
  5. html div p 区别,html中div br p三者有什么区别?
  6. jmeter 循环使用csv数据_如何通过jmeter读取csv文件行数来设置循环控制器的总数...
  7. MATLAB数据分析3
  8. BZOJ2216: [Poi2011]Lightning Conductor
  9. spring-boot 定时任务
  10. 算法-排序-插入排序
  11. 小学奥数 7651 自来水供给 python
  12. C++ 开发者怒了:这个无用的模块设计最终会害死 C++!
  13. JS函数表达式的特征和递归
  14. 20200620每日一句
  15. IT码农哥放弃50万年薪:辞职卖咖喱凉皮
  16. 伍斯特理工学院计算机硕士怎么样,美国伍斯特理工学院研究生专业排名如何?...
  17. Elasticsearch ILM 索引生命周期管理常见坑及避坑指南
  18. 多级下料问题的建模--中英文翻译
  19. 有限体积法(9)——高阶差分格式:QUICK格式
  20. 德州扑克比牌、认牌功能实现作业

热门文章

  1. 彩虹云商城免授权版本6.7.5完整源码
  2. 黑鱼资源网完整版织梦整站源码打包分享
  3. Bootstrap浅色淡雅个人博客
  4. 网站运营需要注意什么?
  5. node-webki NATIVE UI API概览
  6. XCode 4.2.1 项目的几个模版说明
  7. ReadProcessMemory函数的分析
  8. css布局与ldquo;切图rdquo;
  9. 通过IHttpHandlerFactory,过滤TextBox、Input和Textarea中的特殊字符
  10. 使用FormData对象