gitee中的坑usage: git remote add [<options>] <name> <url>

gitee中的坑
如果提示: usage: git remote add []

-f, --fetch           fetch the remote branches
--tags                import all tags and associated objects when fetching
                      or do not fetch any tag at all (--no-tags)
-t, --track <branch>  branch(es) to track
-m, --master <branch>
                      master branch
--mirror[=(push|fetch)]
                      set up remote as a mirror to push to or fetch from
 

在这里插入图片描述

这种, 你就把粘贴过来的命令,  前后和中间的空格都删除再敲一遍空格, 一回车就神奇的好使了,,,,!!!别问我为啥,我一个一个字母敲过,看见居然什么都不差,才想到是空格,,,,

猜你喜欢

转载自blog.csdn.net/tumu6889/article/details/129774378
今日推荐