removed the port from the sshCommand setting
This commit is contained in:
parent
3a43c622ca
commit
8ffc827f20
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ use the command "premake5 vs2022" to create VS files. (not tested)
|
||||||
git setup:
|
git setup:
|
||||||
git config --global user.name "Name here"
|
git config --global user.name "Name here"
|
||||||
git config --global user.email "email@test.eu"
|
git config --global user.email "email@test.eu"
|
||||||
git config --global core.sshCommand 'ssh -p 222 -i ~/.ssh/git'
|
git config --global core.sshCommand 'ssh -i ~/.ssh/git'
|
||||||
-i is only needed for a non standard ssh-key name
|
sshCommand 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
|
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
|
the ssh setup only works for repositories which have been cloned via ssh
|
||||||
|
|
||||||
install dependencies on openSuse:
|
install dependencies on openSuse:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue