kujaku11 / mt_metadata

Tools for standardizing metadata, geared towards magnetotelluric (MT) data but is general enough to accommodate "any" type of metadata.
https://mt-metadata.readthedocs.io/en/latest/
MIT License
19 stars 5 forks source link

Updating git clone address in the readme #189

Closed xandrd closed 9 months ago

xandrd commented 9 months ago

I believe the address for the git clone is not supported anymore.

$git clone git://github.com/kujaku11/mt_metadata
Cloning into 'mt_metadata'...
fatal: unable to connect to github.com:
github.com[0: 192.30.255.113]: errno=Resource temporarily unavailable

I tested https (https://github.com/kujaku11/mt_metadata.git) and ssh (git@github.com:kujaku11/mt_metadata.git) addresses, both work:

$git clone https://github.com/kujaku11/mt_metadata.git
Cloning into 'mt_metadata'...
remote: Enumerating objects: 12967, done.
remote: Counting objects: 100% (2484/2484), done.
remote: Compressing objects: 100% (665/665), done.
remote: Total 12967 (delta 1911), reused 2337 (delta 1817), pack-reused 10483
Receiving objects: 100% (12967/12967), 41.62 MiB | 16.27 MiB/s, done.
Resolving deltas: 100% (10010/10010), done.

I suggests updating the readme (and the PyPI landing page).

kkappler commented 9 months ago

It looks like there was a typo in the readme, and this fixes it.

@kujaku11 : Any preference between https or ssh clone style in the readme. @xandrd's edit used the https.