Page 1 of 1

[Fixed] Cannot recursive clone NoScript repo

Posted: Sat May 01, 2021 9:48 pm
by barbaz
I wanted to do

Code: Select all

git clone --recursive 'https://github.com/hackademix/noscript.git'
But this line is making git unable to verify the authenticity of the connection, prompting me whether the connection is OK or not. I have no way to know, so I just aborted.

To get rid of this problem, can you please change the aforementioned line to

Code: Select all

	url = https://github.com/hackademix/nscl.git
Thanks

EDIT Fixed by https://github.com/hackademix/noscript/ ... 466ea7dd14, thanks!