リポジトリが存在しない
fatal: '/path/to/repo.git' 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 したリポジトリのパスが間違ってる
###対策 git remote rmしてパスを確認、間違っているならaddし直す。