在将存储库上传到GitHub时出现问题

时间:2019-01-14 19:46:03

标签: git github

我正在尝试通过终端将在桌面上创建的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.

我在做什么错?

0 个答案:

没有答案