Ubuntu16.04编译工程时发生错误:fatal: Not a git repository (or any of the parent directories): .git
解决方案:
1、在主目录中输入:
git --help
显示:
用法:git [--version] [--help] [-C <path>] [-c name=value]
在Ubuntu 16.04上遇到编译工程时报错'fatal: Not a git repository (or any of the parent directories): .git'。解决方法包括检查当前目录是否为Git仓库,如果不是,则需要初始化或者进入正确目录。
Ubuntu16.04编译工程时发生错误:fatal: Not a git repository (or any of the parent directories): .git
解决方案:
1、在主目录中输入:
git --help
显示:
用法:git [--version] [--help] [-C <path>] [-c name=value]
3万+
788
6015

被折叠的 条评论
为什么被折叠?