github - How can the git service built by gogs remove the port from the clone address in ssh mode?
为情所困
为情所困 2017-05-02 09:51:45
0
1
679

My clone address is

ssh://git@git.test.com:10022/xxfaxy/test.git

And github’s is

git@github.com:docker/docker.git

I also want to be

git@git.test.com:xxfaxy/test.git

为情所困
为情所困

reply all(1)
某草草

Change the ssh default port 22 to your 10022.
http://www.cnblogs.com/develo...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template