GitHub – A Weblog of Priyank Maniar https://priyank.rocks Articles on web development & mobile app development Mon, 12 Nov 2018 17:50:56 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 How to git clone a private repository? https://priyank.rocks/how-to-git-clone-a-private-repository/ Mon, 12 Nov 2018 17:50:56 +0000 http://priyank.rocks/?p=244 We expect that the repository would prompt you for entering details but sometimes it doesn’t.

Adding –nofetch has helped me get this issue resolved.

E.g.

1
sudo cordova prepare --nofetch
]]>