I tried to install Drupal 8 like I always do but ran into something new. An error occurs and the entire Drupal project files and folders fail to install because composer hits a snag at git.drupal.org. I came across this update but I'm not sure how to implement this new authentication, especially using something like WAMP locally or installing Drupal on a Windows machine via composer.
Via Git push/pull and Configy Sync I have now on my live server all the correct Views, Blocks, Content Types and Content Type fields (along with all the other up to date Drupaul structure).
But how do I get all my content from localhost over to my live server?
I found some modules that were not Drupal 8 compatible, and others that sounded like overkill, but none that specified a solution to this particular task.
Using drupal-composer/drupal-project
To do the default install:
Run composer create-project drupal-composer/drupal-project:8.x-dev my_site_name_dir --no-interaction
=========
Now it's time to install modules using Composer. I am not yet Git or Composer savvy.