0
I’m doing a basic course on github and I just got passed that push has to be done for "origin master". But when I do the command on the terminal (command line) I get the following message:
Macbook-Pro-de-Julio:Git course juliobarreto$ git [email protected]:juliocezarjr/curso-git.git github1 Cloning into 'github1'... ssh: connect to host github.com port 22: Operation timed out fatal: Could not read from remote Repository.
Please make sure you have the correct access Rights and the Repository exists.
Note: I don’t know if it has any relation, but for the course, I was supposed to clone the repository using an SSH Key, but it didn’t work. I could only clone the repository through the URL.
By the way, I think you’re not interested in Github here (service that provides git project hosting + social media issues + maybe CI?), but git itself. Knowing the repositories on Github is all about opening your profile, repositories.
– Jefferson Quesado
My problem happens when I try to clone a github repository. So my interest in github is to the extent that I can’t clone a github repository.
– Julio Barreto