摘要: 问题:原来获取的代码被改过之后导致编译路径有问题 解决方式:从git上重新获取一份源码 步骤: 一.ubuntu上安装git sudo apt install git 二.配置名称 git config --global user.name "yourname" git config --globa 阅读全文
posted @ 2022-04-06 16:44 代码改变世界11 阅读(265) 评论(0) 推荐(0)