Hi Mohammed,
My apologies - I intended to respond to you a few days ago.
Unfortunately, we weren't able to reproduce this issue, so I would like
to learn a bit more about your setup.
I'm afraid I don't have the version numbers available at the moment, but
the setup we used is:
* Ubuntu VM running in VirtualBox
* Host OS = OS X
Could you please provide the following information:
* OS X version
* VM software (e.g., VirtualBox, VMWare, etc.)
* Were you running as root?
* A bit more context in the console log (include the "newt new"
command).
Thanks,
Chris
On Sun, Dec 04, 2016 at 04:22:37PM -0500, Mohammad Afaneh wrote:
> Anyone out there who can help with this? I know it's probably some stupid
> little mistake, but so far I can't figure it out.
>
> - Mohammad
>
> > On Dec 2, 2016, at 8:56 AM, Mohammad Afaneh <[email protected]> wrote:
> >
> > Hi everyone,
> >
> > Newbie here, and looking forward to learning more about Mynewt!
> >
> > I'm going through installing and setting up Mynewt on Ubuntu 16.04 (inside
> > a VM on a macbook) using the Docker method. The issue I'm running into is:
> >
> > newt install -v
> > apache-mynewt-core
> > Downloading repository description for apache-mynewt-core... success!
> > Downloading repository incubator-mynewt-core (branch: master; commit:
> > mynewt_1_0_0_b1_tag) at https://github.com/apache/incubator-mynewt-core.git
> > Cloning into '/tmp/newt-repo557799235'...
> > warning: unable to access '/root/.config/git/attributes': Permission denied
> > apache-mynewt-core successfully installed version 0.9.9-none
> >
> > After this is done, I look at the folders in my project folder and most of
> > them are missing (only folders I have are: apps, repos and targets).
> >
> > I made sure to add myself to the docker group, but I'm guessing this
> > unrelated(?) I went through the steps again just to make sure I didn't miss
> > anything, but with no luck.
> >
> > Any help is appreciated. Thanks!
> >
> > - Mohammad