git remote和origin<url>不工作,作为未知子命令引发的错误

ktca8awb  于 2022-10-23  发布在  Git
关注(0)|答案(1)|浏览(205)

谁能用这些git命令来指导我吗。我按照github站点的步骤推送代码。但我犯了这个错误。

注意:url中没有错误
git远程和源https://github.com/Goutham10/MatchGame.git

错误:未知子命令:和
用法:git remote[-v |--verbose]或:git remote add[-t][-m][-f][--tags |--no tags][--mirror=<fetch | push>]

-v, --verbose         be verbose; must be placed before a subcommand
avkwfej4

avkwfej41#

你的子命令中有一个打字错误
git remote add origin <url>

相关问题