如何检索回购的远程git地址?

时间:2012-01-11 08:14:00

标签: git

如何检索回购的远程git地址?

我尝试了git remote但是只列出了分支。

3 个答案:

答案 0 :(得分:228)

如果要显示远程分支的URL,请尝试:

git remote -v

答案 1 :(得分:49)

如果您拥有遥控器的名称,则可以使用git 2.7(2015年第4季度)使用新的 SwingUtilities.getWindowAncestor(sl).dispose(); 命令:

public void closeSelection() {
        SelectionPane sl=new SelectionPane();
        SwingUtilities.getWindowAncestor(sl).dispose();

    }

git remote get-url的漂亮吊坠)

commit 96f78d3Ben Boeckel (mathstuf)(2015年9月16日) Junio C Hamano -- gitster --合并于commit e437cbd,2015年10月5日)

  

remote:添加get-url子命令

     

展开git remote get-url origin git remote set-url origin <newurl>的一部分,没有办法   也扩展insteadOf   添加ls-remote --url子命令以便能够查询这两个子命令以及获取所有已配置网址的方法。

答案 2 :(得分:0)

CLI不涉及的冗长乏味的解决方案,您可以手动导航至:

您的本地存储库文件夹➡.git 文件夹(隐藏)➡配置文件

然后选择您的文本编辑器将其打开,然后在[远程“来源”]部分下查找网址。