Hello! I went to the website to test cloning a git repo. I tried both githubs http URL and git URL for the following small project:
https://github.com/jeff-hykin/denix.git
git@github.com:jeff-hykin/denix.git
But neither of them worked. Any ideas of what kind of git URL does work?
The error for the https one was:
git clone https://github.com/jeff-hykin/denix.git
ERROR 12: early EOF
Bad news:
early EOF
warning: 2 FS.syncfs operations
The error for the second one was simply "unknown protocol"
Hello! I went to the website to test cloning a git repo. I tried both githubs http URL and git URL for the following small project:
https://github.com/jeff-hykin/denix.git
git@github.com:jeff-hykin/denix.gitBut neither of them worked. Any ideas of what kind of git URL does work?
The error for the https one was:
The error for the second one was simply "unknown protocol"