因为自己的项目不止一个 又有自动保存git密码的功能,当clone第二个项目的时候就报了如下错误

之前一直是找到钥匙串删除,发现有时候并没有效果。今天在网上搜了一下 发现了一个新的解决办法

在项目前面加用户名

git clone https://rdc.hand-china.com/gitlab/项目.git

git clone https://用户名@rdc.hand-china.com/gitlab/项目.git

转载于:https://www.cnblogs.com/telwanggs/p/11398771.html

git clone 报“The project you were looking for could not be found.”相关推荐

  1. git clone报错:Permission denied (publickey). fatal: Could not read from remote repository...

    原文:git clone报错:Permission denied (publickey). fatal: Could not read from remote repository- 今天clone一 ...

  2. 【git clone 报错】fatal: unable to access ‘https://github.com/zimeng303/React.git/‘: Failed to connect

    [git clone 报错]fatal: unable to access 'https://github.com/zimeng303/React.git/': Failed to connect t ...

  3. 【实习小tip】elementUI表格数值加减和实时计算、导出数据并解决手机号科学计数法格式问题、git clone报错:OpenSSL SSL_connect: SSL_ERROR_SYSCALL

    element表格数值加减和实时计算 实现效果: 代码: <el-table :data="voListForm" border show-summary :summary- ...

  4. git clone 报 “remote: The project you were looking for could not be found.”

    问题: 自己的项目不止一个,帐号也不同,在clone的时候都又自动保存git的账户和密码功能,然而当clone 第二个项目的时候就会报一下错误 $ git clone https://gitlab.c ...

  5. git clone报错:remote: The project you were looking for could not be found.

    $ git clone http://xxx Cloning into 'xxx'... remote: The project you were looking for could not be f ...

  6. centos下git clone报401错误解决办法

    1.我们在服务器上直接git clone项目的版本库的时候报401错误! 错误如下:error:The requested URL returned error: 401 Unauthorized w ...

  7. 解决sourceTree的git clone 报SSH密钥认证失败的问题

    好不容易通过了不用登录sourceTree的问题,开开森森打开sourceTree的时候,使用Clone的时候发现还是无法使用会报SSH错认证失败,崩溃! 下面提供两种比较方便的解决方法 前提是你的电 ...

  8. 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 ...

  9. 在git clone报错

    在阿里云新买了一台服务器,用的原正常运行的系统做的镜像文件,但在拉代码的时候提示如下报错: [root@ap001 ]# git clone git@192.168.1.24:java/psd.git ...

最新文章

  1. fgets()用法笔记
  2. 用Python实现OpenCV特征提取与图像检索 | Demo
  3. 口袋无人机DOBBY:我的“人脸识别”已上线
  4. 【译】OpenDaylight控制器:YANG Schema和Model
  5. 为什么越来越多的人都不再愿意做程序员了?
  6. fsocketopen域名解析错误
  7. 7个步骤,帮您轻松实现云迁移
  8. CSS学习03之基本选择器
  9. CentOS部署NetCore - 2. 安装NetCore SDK On CentOS
  10. 取 Oracle Schema信息
  11. J2SE J2EE J2ME的区别
  12. Centos6.x X64 飞信安装
  13. Ubuntu 小白起步
  14. dispatcherServlet-servlet.xml(SSM maven 项目)
  15. 如何禁止文本框输入,但是要传值
  16. 设置Idea护眼背景色 简单明了
  17. 云炬随笔集(2016.7~2022.1)
  18. linu快速删除文件
  19. 快速切换清华源、百度源的方法
  20. Redux 入门教程,应用的状态管理器

热门文章

  1. matlab 最大熵谱估计,基于Burg算法的最大熵谱估计
  2. 基于FPGA实现Camera Link接口
  3. (72)FPGA模块调用(VHDL调用Verilog)
  4. ubuntu jdk tomcat mysql_Ubuntu下安装JDK+TOMCAT+MYSQL
  5. java命令大全_Java命令行工具:javac、java、javap 的使用详解
  6. linux网络编程 错误,网络编程的异常及处理
  7. “手把手教你学linux驱动开发”OK6410系列之01---模块编程
  8. 内核并发控制---自旋锁(来自网易)
  9. 选择开还是关 pxe_商用披萨(53)开披萨店是选择加盟还是自创品牌呢?
  10. 【重难点】【JUC 02】volitale 常用模式 、JUC 下有哪些内容 、并发工具类