本地仓库与远程仓库关联时
输入命令
git remote add origin 你的远程仓库地址
提示
fatal: not a git repository (or any of the parent directories): .git
没有找到.git 文件
输入
git init 就好了
本地仓库与远程仓库关联时
输入命令
git remote add origin 你的远程仓库地址
提示
fatal: not a git repository (or any of the parent directories): .git
没有找到.git 文件
输入
git init 就好了