如何查找主GIT URL

时间:2016-02-17 06:46:29

标签: git teamcity

我已将项目推送到GIT - 存储,其克隆的URL显示如下:

https://username%40ff.com@stash.intranet.ff.com:5716/scm/projectname.git

现在,我需要将GIT存储库URL用于团队城市以构建和生成工件。

所以,它应该是主GIT存储库URL。 但是,我找不到要连接的主GIT存储库URL。

当我执行时 - git branch -r然后,收到消息为origin/master,但我需要如上所示的网址。

任何人都可以分享一下我如何找到GIT主存储网址,这样我就可以将它链接到团队城市VCS配置中。

感谢 Dhaval

2 个答案:

答案 0 :(得分:0)

嘿,只需尝试以下命令即可获得master branch url:

git remote show origin

结果如下: *远程起源   获取网址:https://github.com/demo/myfile.git   推送网址:https://github.com/demo/myfile.git   HEAD分支:主人

答案 1 :(得分:0)

只需使用您没有用户名的网址,即

https://stash.intranet.ff.com:5716/scm/projectname.git