You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a few instances in the documentation where http(s):// git
URIs contained a colon rather than a slash to separate the host
from the path.
Using a colon is malformed, and results in an error (at least on
my git 2.13.3, perhaps other versions try harder to guess):
```
$ git clone https://github.com:matplotlib/matplotlib.git
Cloning into 'matplotlib'...
fatal: unable to access 'https://github.com:matplotlib/matplotlib.git/':
Port number ended with 'm'
```
0 commit comments