From 8ffc827f205af2ca5698ad2e413a1ea6917717a0 Mon Sep 17 00:00:00 2001 From: Sarah Faey Date: Tue, 24 Sep 2024 22:45:33 +0200 Subject: [PATCH] removed the port from the sshCommand setting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92f25be..ea599b3 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ use the command "premake5 vs2022" to create VS files. (not tested) git setup: git config --global user.name "Name here" git config --global user.email "email@test.eu" -git config --global core.sshCommand 'ssh -p 222 -i ~/.ssh/git' --i is only needed for a non standard ssh-key name -the global flag is optional and shouldn't be used for the sshCommand of other git servers are also used +git config --global core.sshCommand 'ssh -i ~/.ssh/git' +sshCommand is only needed for a non standard ssh-key name +the global flag is optional and shouldn't be used for the sshCommand if other git servers use different settings the ssh setup only works for repositories which have been cloned via ssh install dependencies on openSuse: