You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/12/25 00:20:47 UTC

[GitHub] OTLabs opened a new issue #1580: Unable to install on Windows with MSYS2

OTLabs opened a new issue #1580: Unable to install on Windows with MSYS2
URL: https://github.com/apache/mynewt-core/issues/1580
 
 
   I have hard time getting to run newt 1.5.0 on Windows. I run "newt new test" without any problem, "cd test" and run "newt install". At this point I get following error message: "Error: Error downloading repository apache-mynewt-core: No remote upstream for branch "master"". Any hints on how to solve that would be quite appreciated!
   
   Some logs are attached.
   
   `OTLabs@Workstation MSYS ~
   $ newt version
   Apache Newt version: 1.5.0
   
   OTLabs@Workstation MSYS ~
   $ cd temp/
   
   OTLabs@Workstation MSYS ~/temp
   $ newt new test
   Downloading project skeleton from apache/mynewt-blinky...
   Downloading repository mynewt-blinky (commit: mynewt_1_5_0_tag) from https://github.com/apache/mynewt-blinky.git
   Installing skeleton in test...
   Project test successfully created.
   
   OTLabs@Workstation MSYS ~/temp
   $ cd test/
   
   OTLabs@Workstation MSYS ~/temp/test
   $ newt install -v
   [apache-mynewt-core]:
   Downloading repository description
   Downloading repository mynewt-core (commit: master) from https://github.com/apache/mynewt-core.git
   Cloning into '/tmp/newt-repo409220155'...
   remote: Enumerating objects: 29, done.
   remote: Counting objects: 100% (29/29), done.
   remote: Compressing objects: 100% (23/23), done.
   remote: Total 99130 (delta 10), reused 15 (delta 6), pack-reused 99101
   Receiving objects: 100% (99130/99130), 155.65 MiB | 3.29 MiB/s, done.
   Resolving deltas: 100% (60414/60414), done.
   Checking out files: 100% (5524/5524), done.
   Error: Error downloading repository apache-mynewt-core: No remote upstream for branch "master"
   `

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services