登录
注册
联系我们
简体中文
ENGLISH
搜索
首页
前端
研发
杂文
商城系统
考试系统
一次性告知书
首页
研发
git clone时,报remote: The project you were looking for could not be found怎么解决?
git clone时,报remote: The project you were looking for could not be found怎么解决?
2021-03-15 11:10
1109
研发
admin
来源:
本站
 git clone时遇到项目未找到,具体报错信息如下: ```bash git.exe clone --progress -v "https://git.dysong.com/xxx/xxx.git" "F:\xxx" Cloning into 'F:\xxx'... remote: The project you were looking for could not be found. fatal: repository 'https://https://git.dysong.com/xxx/xxx.git/' not found git did not exit cleanly (exit code 128) (6032 ms @ 2021/3/15 10:52:55) ``` #### 解决方案 ```bash // 1、在项目地址前,带上用户名。执行命令后输入密码即可 git clone https://username@git.dysong.com/xxx/xxx.git // 在项目地址前,同时带上用户名和密码 git clone https://username:password@git.dysong.com/xxx/xxx.git ```
最热
最新
使用Referrer Policy解决第三方平台的照片在https站点无法打开的问题
2021-03-15 18:28
git clone时,报remote: The project you were looking for could not be found怎么解决?
2021-03-15 11:10
如何将Git项目代码、分支、tags迁移到新的GitLab服务器上
2021-02-01 12:51
APP相关问题记录
2022-05-25 17:26
APP相关问题记录
2022-05-25 17:26
使用Referrer Policy解决第三方平台的照片在https站点无法打开的问题
2021-03-15 18:28
git clone时,报remote: The project you were looking for could not be found怎么解决?
2021-03-15 11:10
如何将Git项目代码、分支、tags迁移到新的GitLab服务器上
2021-02-01 12:51
更多
话题
flutter
1
小程序
1
git
1
网站导航
首页
前端
研发
杂文
商城
问答
文档
话题
下载
商城系统
图片
视频
考试系统
一次性告知书