1.最开始使用git的时候,
git remote -v 查看远程仓库
报了一个错误fatal: not a git repository (or any of the parent directories): .git,因为没有初始化,初始化以后,问题就解决了:报了一个错误f
1.最开始使用git的时候,
git remote -v 查看远程仓库
报了一个错误fatal: not a git repository (or any of the parent directories): .git,因为没有初始化,初始化以后,问题就解决了:报了一个错误f