dil_bert Posted December 11, 2018 Share Posted December 11, 2018 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 pathhttps://github.com/w...99/Web_Scraping git clone wpfan2099@gihost.com:/Web_Scrapinghttps://github.com/w...99/Web_Scrapinghttps://github.com/w...9/learn-python/https://github.com/w...thon/projects/1 what goes wrong here!? Quote Link to comment Share on other sites More sharing options...
gizmola Posted December 11, 2018 Share Posted December 11, 2018 Did you set up an ssh key for your Github account? Your key also needs to be set up on your windows workstation. These instructions might help you. Quote Link to comment Share on other sites More sharing options...
dil_bert Posted December 11, 2018 Author Share Posted December 11, 2018 (edited) 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 Edited December 11, 2018 by dil_bert Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.