fatal: not a git repository (or any of the parent directories): .git

提示说没有.git这样一个目录

在命令行 输入 git init 然后回车就好了fatal: not a git repository (or any of the parent directories): .git_第1张图片

git remote add origin https:/.git
git push -u origin "master"

你可能感兴趣的:(git)