How to setup git at FileEditor

I feel stupid, but I can`t understand how to setup git at FileEditor :slight_smile:

I did everything from this instruction
I did it via ssh, and I can use git push via ssh. But when I press git push at File Editor I see this:

How to setup account and git repo at FileEditor? Help, please :slight_smile:

2 Likes

Any help?)

@TEDSv
Did you manage to get instructions about this topic somewhere else?

@jonathanicq no) I use git via smb connect to config folder)

Iā€™m having the same problem / situation

Same problem here ā€¦

ssh -vvv [email protected]
OpenSSH_8.8p1, OpenSSL 1.1.1l  24 Aug 2021
debug1: Reading configuration data /root/.ssh/config
debug1: /root/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug2: resolving "github.com" port 22
debug3: resolve_host: lookup github.com:22
debug3: ssh_connect_direct: entering
debug1: Connecting to github.com [140.82.121.4] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug2: fd 3 setting O_NONBLOCK
git debug1: connect to address 140.82.121.4 port 22: Operation timed out
ssh: connect to host github.com port 22: Operation timed out

With the same sshkey on another host works perfectly :frowning: