+ [2020-06-09T22:00:26Z] mydog2 StackO... some others had the same results...
+ [2020-06-09T22:09:11Z] raj I'm trying to `npm install` one of my repos via `npm install git+ssh://git@github.com:rajraj/vue-stepper.git` but it asks for a password even though it's a public repo. Am I doing something wrong?
+ [2020-06-09T22:28:01Z] MR-D05 jhass do you know why I am getting that error?
+ [2020-06-09T22:31:21Z] MR-D05 or do you raj
+ [2020-06-09T22:41:26Z] raj sorry, my github skills leave a lot to be desired!

message no. 182203

Posted by rom1504 in #github at 2020-06-09T00:09:57Z

what prevents you from installing git in your test containers ?
+ [2020-06-10T08:20:50Z] canton7 raj, still having that problem? You're trying to clone over ssh. Ssh always need authentication -- if it's asking for a password, that means you don't have a key pair set up (there's no password you can enter there that will work). Either clone over http or over git://
+ [2020-06-10T08:21:17Z] raj thank you canton7
+ [2020-06-10T08:21:23Z] raj I ended up using https
+ [2020-06-10T11:24:40Z] simplicius I don't understand why I get "404 File not found" for a particular page that's on the repository