Thanks, now I understand
T
theoaric
@theoaric
Posts
-
Unable to pull/push repo over SSH -
Unable to pull/push repo over SSHarsh@Arsh-Sahzad:~$ telnet git.softretic.com Trying 54.210.194.22... telnet: Unable to connect to remote host: Connection timed out arsh@Arsh-Sahzad:~$ telnet git.softretic.com 1024 Trying 54.210.194.22... Connected to git.softretic.com. Escape character is '^]'. SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3
- Disabling proxy on git.softretic.com subdomain is now working fine
-
Unable to pull/push repo over SSHNow it's working fine but for that, I have to disable all proxy on cloudflare for same server IP address, disabling proxy only on
git
subdomain, same problem is still occuring. btw thanks for your wonderful help -
Unable to pull/push repo over SSHI have added port 1024 in the Inbound rules, rebooted server but same problem is still occuring
D:\> git clone ssh://git@git.softretic.com:1024/arshsahzad/arshsahzad.git Cloning into 'arshsahzad'... ssh: connect to host git.softretic.com port 1024: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
arsh@Arsh-Sahzad:~$ telnet git.softretic.com 22 Trying 104.27.178.112... Trying 104.27.179.112... Trying 172.67.145.176... Trying 2606:4700:8d9e:a5c4:2cd7:25:dc53:65b9... telnet: Unable to connect to remote host: Network is unreachable arsh@Arsh-Sahzad:~$ telnet git.softretic.com 1024 Trying 172.67.145.176... Trying 104.27.179.112... Trying 104.27.178.112... Trying 2606:4700:8d9e:a5c4:2cd7:5f:dc53:65b9... telnet: Unable to connect to remote host: Network is unreachable
-
Unable to pull/push repo over SSHSSH Problem
I set-up my Gogs app and have choose port (:1024) for SSH but when I'm pulling, pushing from my Gogs server SoftRetic: GitRepo, I'm getting an error
Error
git clone ssh://git@git.softretic.com:1024/arshsahzad/OnePage.git Cloning into 'OnePage'... ssh: connect to host git.softretic.com port 1024: Connection timed out fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
I think there is problem in app.ini default config of Clodron Gogs
Can you please tell me what is problem, why SSH is not working?? Is it working at your end??