git - Setting remote to use specified port for ssh -


I have SSY key setup to work on the specified port (like 12345) and set the default to the following git The command has been issued a local repo I try to push the original.

  ssh: host mydomain.com Join port 22: Connection rejected fatal: Remote and unexpectedly hanged   

I for STS I am using the proper port, so how can I install the original?

To specify a custom port, you must add the ssh: // prefix, otherwise GIT will be sent to your 12345 Explains as part of the project's path. See . Then:

  Add git remote root to the original ssh: //myusername@mydomain.com: 12345 / path / to / public_html / files /    < / Html>

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -