我正在尝试通过终端将在桌面上创建的git存储库上传到Github。这些是我已采取的步骤
git init [directory]
git add [files]
git remote add origin [remote repository URL]
git remote -v
git commit -m "changes"
git push origin master
响应:
ERROR: Repository not found.
fatal: Could not read from remote repository.
我在做什么错?