[Fixed] Cannot recursive clone NoScript repo

General discussion about the NoScript extension for Firefox
Post Reply
barbaz
Senior Member
Posts: 10834
Joined: Sat Aug 03, 2013 5:45 pm

[Fixed] Cannot recursive clone NoScript repo

Post 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!
*Always* check the changelogs BEFORE updating that important software!
-
Post Reply