在执行git操作时,报错

fatal: ‘origin’ does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists

解决方案:

git remote add origin git@github:×××.git

将关联远程仓库为origin