我想将更改从本地存储库推送到我的github repo。我从github quickstep给出的命令开始:
git init
git add .
git commit -m "first commit"
和
$ git add origin https://github.com/Svein-Tore/forrigling.git
fatal: pathspec 'origin' did not match any files
有什么建议吗?
你必须使用git remote add origin https://github.com/Svein-Tore/forrigling.git
当您使用git add origin
时,它会尝试添加文件'origin'