problem. can you help? #62
-
Hi. receive this error. "ssh: connect to host outlook.com port 22: Connection timed out. fatal: Could not read from remote repository." what I am doing wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, You added your email to the I recommend learning the basics of Git before running this script and generally not running anything without understanding what you do. |
Beta Was this translation helpful? Give feedback.
-
hi sir, your project is amazing and it's worth trying it out, but now I want to undo this and get back to my normal repository commits, can you help me out ? |
Beta Was this translation helpful? Give feedback.
Hi,
You added your email to the
--repository
argument, which is why it fails. It should have beengit@github.com:jorgegarmilla/test-graph-generator.git
. However, it will still not work because your repository is already initialized.I recommend learning the basics of Git before running this script and generally not running anything without understanding what you do.