执行git clone时出现404 Not Found

来源:2-26 git版本控制工具安装与配置实操(linux系统同学看这节)

inspirer

2018-09-07

问题如下:
[root@localhost gitdownload]# git clone git@gitee.com:qstxl/mmall.git
正克隆到 ‘mmall’…
Access denied: 404 Not Found
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

git clone之前的ssh-keygen和ssh-add都没有问题。
是不是需要提前在码云上建立mmall.git的文件,如果是,具体应该如何建立?

写回答

1回答

polo哦

2018-09-09

Access denied: 404 Not Found
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

很明显的问题啊,你的远程仓库是否存在?如果存在,就是你在gitee上没有保存你git的公钥

0
1
inspirer
我确定gitee上git的公钥是保存了的。 我想问的就是远程仓库如何建立?
2018-09-14
共1条回复

从0开始 独立完成企业级Java电商网站服务端开发

前后端分离,数据库接口设计,架构设计,功能开发,上线运维

9476 学习 · 8804 问题

查看课程