<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, 11 Oct 2016 at 15:24 Chris <<a href="mailto:cpollock@embarqmail.com">cpollock@embarqmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 2016-10-11 at 09:56 +0200, Didier Roche wrote:<br class="gmail_msg"><br>> Le 10/10/2016 à 23:45, Chris a écrit :<br class="gmail_msg"><br>> ><br class="gmail_msg"><br>> > Other than those shown here - <a href="https://uappexplorer.com/apps?type=sn" rel="noreferrer" class="gmail_msg" target="_blank">https://uappexplorer.com/apps?type=sn</a><br class="gmail_msg"><br>> > appy<br class="gmail_msg"><br>> > &sort=title are there other places to get Snaps from?<br class="gmail_msg"><br>> ><br class="gmail_msg"><br>> Actually, there is now!<br class="gmail_msg"><br>><br class="gmail_msg"><br>> If you use the beta3 images, they come with snapweb baked in<br class="gmail_msg"><br>> (listening<br class="gmail_msg"><br>> on port 4200). You can connect to it, click on "store" and you will<br class="gmail_msg"><br>> see<br class="gmail_msg"><br>> the available snaps for your architecture!<br class="gmail_msg"><br>><br class="gmail_msg"><br>> You should be able to install it as well on your desktop system.<br class="gmail_msg"><br>><br class="gmail_msg"><br>> Didier<br class="gmail_msg"><br>><br class="gmail_msg"><br>Hmm, everything was going really well until I ran the command<br class="gmail_msg"><br><br class="gmail_msg"><br>chris@localhost:~/GO_PROJECTS/src/<a href="http://github.com/snapcore$" rel="noreferrer" class="gmail_msg" target="_blank">github.com/snapcore$</a> git clone git@gi<br class="gmail_msg"><br>thub.com:snapcore/snapweb.git<br class="gmail_msg"><br>Cloning into 'snapweb'...<br class="gmail_msg"><br>Permission denied (publickey).<br class="gmail_msg"><br>fatal: Could not read from remote repository.<br class="gmail_msg"><br><br class="gmail_msg"><br>Please make sure you have the correct access rights<br class="gmail_msg"><br>and the repository exists.<br class="gmail_msg"><br><br class="gmail_msg"><br>Not sure what I should be do now.<br class="gmail_msg"><br><br class="gmail_msg"><br>Chris<br class="gmail_msg"><br><br class="gmail_msg"><br></blockquote><div><br></div><div>Try: sudo snap install snapweb</div><div><br></div><div>What Didier meant is beta3  of Ubuntu Core ships with snapweb baked in, but your desktop you can install it as a snap (but of course!) :-)</div><div><br></div><div>btw - the git error you got is because git was trying to use your SSH keys to authenticate to github over the git protocol, but you may not have a github account of keys setup etc., you can try the HTTPS endpoint instead: git clone <a href="https://github.com/snapcore/snapweb.git">https://github.com/snapcore/snapweb.git</a> - but as you just wanted to install snapweb to play around with, I wouldn't bother, just try out the snap.</div></div></div>