Git Remote Server connections refused -
i'm getting crazy error, after 2 days didn't find wrong in system, , i'm sure easy fix it.
when try connect git server using git functions got message: unable open connection: host not exist fatal: not read remote repository. please make sure have correct access rights , repository exists.
i explain little more: if open gitbash (from windows machine) , try connect git server (over debian) using ssh working fine. rsa autentification works fine , logins perfetly
for example: ssh mygithost
once in, can go /opt/git/myrep.git , can create repositories using git init --bare windows guibash can use scp instructions , again works fine, can clone local repositores , copy gitserver
but...
when try git action gitbash (clone or push) git clone mygithost:/opt/git/myrep.git persisten error.
any idea i'm doing wrong?
i'm using putty (plink) in windows machine after same error using openssh , @ git server dind't install gitlab, git,
i found issues talking not 1 fix problem becouse of them talk gitlab configurations or github problems connections.
did miss daemon? or needed aditional software gitlab? regard
ok, found problem.
just removing putty , openssh windows , after generating new rsa key internal ssh of gitbash.
i don't know why, it's working well.
regards
Comments
Post a Comment