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(es) to track
-m, --master
                      master branch
--mirror[=(push|fetch)]
                      set up remote as a mirror to push to or fetch from
 

gitee中的坑usage: git remote add [<options>] <name> <url>_第1张图片

 

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

你可能感兴趣的:(tools,git,gitee)