On Tue, 11 Oct 2016 at 15:24 Chris <cpoll...@embarqmail.com> wrote:

> On Tue, 2016-10-11 at 09:56 +0200, Didier Roche wrote:
>
> > Le 10/10/2016 à 23:45, Chris a écrit :
>
> > >
>
> > > Other than those shown here - https://uappexplorer.com/apps?type=sn
>
> > > appy
>
> > > &sort=title are there other places to get Snaps from?
>
> > >
>
> > Actually, there is now!
>
> >
>
> > If you use the beta3 images, they come with snapweb baked in
>
> > (listening
>
> > on port 4200). You can connect to it, click on "store" and you will
>
> > see
>
> > the available snaps for your architecture!
>
> >
>
> > You should be able to install it as well on your desktop system.
>
> >
>
> > Didier
>
> >
>
> Hmm, everything was going really well until I ran the command
>
>
>
> chris@localhost:~/GO_PROJECTS/src/github.com/snapcore$ git clone git@gi
>
> thub.com:snapcore/snapweb.git
>
> Cloning into 'snapweb'...
>
> Permission denied (publickey).
>
> fatal: Could not read from remote repository.
>
>
>
> Please make sure you have the correct access rights
>
> and the repository exists.
>
>
>
> Not sure what I should be do now.
>
>
>
> Chris
>
>
>
>
Try: sudo snap install snapweb

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!) :-)

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 https://github.com/snapcore/snapweb.git - but as you just wanted
to install snapweb to play around with, I wouldn't bother, just try out the
snap.
-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft

Reply via email to