Git -v 显示对应的克隆地址

也可以加上 -v 选项(译注:此为 --verbose 的简写,取首字母),显示对应的克隆地址:

[code]YUCHENG HU@HELLOWORLD-PC /d/workdir/resource/p/LimeSurvey (master)
$ git remote -v
origin GitHub - LimeSurvey/LimeSurvey: 🔥 LimeSurvey – A powerful, open-source survey platform. A free alternative to SurveyMonkey, Typeform, Qualtrics, and Google Forms, making it simple to create online surveys and forms with unmatched flexibility. (fetch)
origin GitHub - LimeSurvey/LimeSurvey: 🔥 LimeSurvey – A powerful, open-source survey platform. A free alternative to SurveyMonkey, Typeform, Qualtrics, and Google Forms, making it simple to create online surveys and forms with unmatched flexibility. (push)

YUCHENG HU@HELLOWORLD-PC /d/workdir/resource/p/LimeSurvey (master)
$[/code]