Jump to content

ssh: connect to host gihost.com port 22: Connection timed out fatal: Could not read from remote repo


dil_bert

Recommended Posts

hello dear Experts, good day dear phpFreaks,


glad that i am in this great forum-place. Well - to be frank - i am not sure weather it fits into the miscellaneous - category
But i will give it a try...

just installed git on a windows box. and yes i allready have a github-account:

now i want to run the following command:

PS C:\Users\Mitarbeiter\Documents\_mk_\_dev_\python> git clone wpfan2099@gihost.com:/Web_Scraping
Cloning into 'Web_Scraping'...
ssh: connect to host gihost.com port 22: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
PS C:\Users\Mitarbeiter\Documents\_mk_\_dev_\python> git clone wpfan2099@gihost.com:/Web_Scraping
Cloning into 'Web_Scraping'...
ssh: connect to host gihost.com port 22: Connection timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
PS C:\Users\Mitarbeiter\Documents\_mk_\_dev_\python>

note i follow the following help-instructions:

git clone benutzername@host:/pfad/zum/repository
git clone wpfan2099@gihost.com:/pfad/zum/repository

path
https://github.com/w...99/Web_Scraping
git clone wpfan2099@gihost.com:/Web_Scraping

https://github.com/w...99/Web_Scraping
https://github.com/w...9/learn-python/
https://github.com/w...thon/projects/1


what goes wrong here!?

Link to comment
Share on other sites

hello dear gizmola,

well i set up

 

- a githubaccount

- the git - while installing it on windows.

but no: i did not set up an ssh-key for the Github account. I will do so.

 

thanks for the advice

greetings

 

update: i did the following:

Please make sure you have the correct access rights
and the repository exists.
PS C:\Users\Mitarbeiter\Documents\_mk_\_dev_\python> ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/Mitarbeiter/.ssh/id_rsa): git-key
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in git-key.

Your public key has been saved in git-key.pub.
The key fingerprint is:
SHA256:ik8fXemn3os3fE7Gh0/2WNxn1xJJCUtiYxavzMVnmZo Mitarbeiter@260-36-B3-PC-04
The key's randomart image is:
PS C:\Users\Mitarbeiter\Documents\_mk_\_dev_\python>

 

guess that the key-set has been created so far!

now i can send the pub-key to the github-server

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.