[Bug 2859] git stopped to work when gitlab is running on nonstandard port

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Apr 17 20:29:16 AEST 2018


https://bugzilla.mindrot.org/show_bug.cgi?id=2859

--- Comment #3 from Darren Tucker <dtucker at dtucker.net> ---
OK, how about strace, eg:

$ strace -f -e trace=process git clone
ssh://git@gitlab.example.com:7456/something/something.git

There should be a line something like
[pid 20798] execve("/usr/local/bin/ssh", ["/usr/local/bin/ssh", "-p",
"7456", "git at gitlab.example.com", "git-upload-pack
'/something/some"...], 0x561bec622a50 /* 43 vars */) = 0

which will show the arguments given to the ssh command.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list