The problem: somthing wrong when my computer excute the command "git clone XXXX"

Posted jllin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The problem: somthing wrong when my computer excute the command "git clone XXXX"相关的知识,希望对你有一定的参考价值。

Error:[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Reason:I choose "n" when I first excute git clone command

Solution1:reinstall git

Source:

https://blog.csdn.net/weixin_42128364/article/details/81297741

sudo apt-get purge //常规卸载

sudo apt-get autoremove // 自动清理一些程序

sudo apt-get autoclean

dpkg -l |grep ^rc|awk ‘{print $2}‘ |sudo xargs dpkg -P XXX //删除不需要的配置文件

sudo apt-get update //更新本地缓存文件

 





以上是关于The problem: somthing wrong when my computer excute the command "git clone XXXX"的主要内容,如果未能解决你的问题,请参考以下文章

Somthing about Spring Boot

Maven插件wro4j-maven-plugin压缩合并jscss详解

带有 wro4j 和 Google Closure 编译器的 ECMASCRIPT 5

java Web程序使用wro4j合并压缩jscss等静态资源

hdu 1032 The 3n + 1 problem

LeetCode题218——The Skyline Problem