谁能用这些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
1条答案
按热度按时间avkwfej41#
你的子命令中有一个打字错误
git remote add origin <url>