我在谷歌搜索过,他们说“git ls-remote git-url”可以说明 git repo 是否存在。
但是我在使用这个命令检查 github 不存在的 https git url 时遇到了问题。
例如,当我运行以下命令时,它需要输入用户名和密码。
$ git ls-remote https://github.com/grant/noexisted.git
我只想检查repo是否存在,我在ruby代码中调用“git ls-remote”命令,那么如何跳过这个自动shell提示?