标签:details ble 配置文件 cut tps dpkg auto gre install
Error:git@github.com: 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"
标签:details ble 配置文件 cut tps dpkg auto gre install
原文地址:https://www.cnblogs.com/jllin/p/9940883.html