Gerrit安裝好以後,咱們須要只有將gerrit上的clone下來,才能進行修改提交,並進行review。git
gerrit支持兩種方式下載代碼:ssh和http。shell
使用ssh的鏈接操做以下:,gerrit網址url爲:http://review.gerritsite.com/ssh
公鑰添加到gerrit上以後,就能夠經過ssh命令來測試鏈接,gerrit的ssh默認端口號是29418;若是出現以下內容,表示鏈接成功。
$ ssh -p 29418 sshusername@review.gerritsite.com **** Welcome to Gerrit Code Review **** Hi John Doe, you have successfully connected over SSH. Unfortunately, interactive shells are disabled. To clone a hosted Git repository, use: git clone ssh://sshusername@review.gerritsite.com:29418/REPOSITORY_NAME.git Connection to hostname closed.
經過curl命令,獲取gerrit網站的ssh信息
$ curl http://review.gerritsite.com/ssh_info review.gerritsite.com 29418