search

Home  >  Q&A  >  body text

github - How can the git service built by gogs remove the port from the clone address in ssh mode?

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

为情所困为情所困2790 days ago670

reply all(1)I'll reply

  • 某草草

    某草草2017-05-02 09:53:45

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

    reply
    0
  • Cancelreply