执行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的公钥
012018-09-14
相似问题