drud / quicksprint

A basic toolkit to get people started with ddev and a Drupal codebase on macOS, Linux, or WIndows
Other
24 stars 16 forks source link

Changes to using git HTTPS URL per https://drupal.org/gitauth (#69) #69

Closed mradcliffe closed 6 years ago

mradcliffe commented 6 years ago

https://drupal.org/gitauth

rfay commented 6 years ago

I don't see anything in that article about git:// being changed. It remains one of the best unauthenticated and reliable techniques for public repos.

mradcliffe commented 6 years ago

Hmm, it's the firewall where I am at blocking git URLs.

That also could be a good reason to change to either ssh://git@git.drupal.org (new pattern) or https://git.drupal.org.

rfay commented 6 years ago

ssh is problematic, won't work for lots of people, and is blocked by lots of firewalls. You win on https, because it is overall better for firewalls. So 👍 for https urls.