Hi
I see we have a chromium bug on this and suggested resolution was to use
https for cloning with commit-msg.
But for those teams who only allow SSH what is the solution,
Simplest would be to change the downloads-commands plugin to add -O to the command,
how can we change that in UI
Also what is difference between download-commands and project-download-commands plugins?
git clone "ssh://pranab...@gerrit.xxx.com:29418/wifi-ci" && scp -p -P 29418 pranab...@gerrit.xxx.com:hooks/commit-msg "wifi-ci/.git/hooks/"
………
Updating files: 100% (33112/33112), done.
subsystem request failed on channel 0
scp: Connection closed
git clone "ssh://pranab...@gerrit.xxx.com:29418/wifi-ci" && scp -p -O -P 29418 pranab...@gerrit.xxx.com::hooks/commit-msg "wifi-ci/.git/hooks/"
……..
Updating files: 100% (33112/33112), done.
commit-msg 100% 2992 3.8MB/s 00:00
Please let me knowthanksPranab
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/13bcfa21-4309-4c2f-89d2-38f32a920ea4n%40googlegroups.com.