git / git-reference

Online Git Reference at http://git.github.io/git-reference/
Other
996 stars 363 forks source link

GitRef.org site not responding #71

Closed matthewmccullough closed 10 years ago

matthewmccullough commented 10 years ago
$ curl -v gitref.org
* Adding handle: conn: 0x7fb803004000
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fb803004000) send_pipe: 1, recv_pipe: 0
* Could not resolve host: gitref.org
* Closing connection 0
curl: (6) Could not resolve host: gitref.org

and nslookup:

$ nslookup
> gitref.org
;; Got SERVFAIL reply from 10.0.119.1, trying next server
Server:     10.0.119.1
Address:    10.0.119.1#53

** server can't find gitref.org: NXDOMAIN
matthewmccullough commented 10 years ago

@github/ops @schacon Do you recall who and what registrar held the domain name for this site?

matthewmccullough commented 10 years ago

CC: @github/training-team

jnewland commented 10 years ago

I don't recall, sorry.

jnewland commented 10 years ago

Here's the whois info:

Domain ID:D159340740-LROR
Domain Name:GITREF.ORG
Created On:04-Jun-2010 04:11:21 UTC
Last Updated On:05-Jun-2013 01:22:32 UTC
Expiration Date:04-Jun-2014 04:11:21 UTC
Sponsoring Registrar:1API GmbH (R1724-LROR)
Status:CLIENT TRANSFER PROHIBITED
Registrant ID:SCG5705994-NGRI
Registrant Name:Scott Chacon
Registrant Organization:GitHub
Registrant Street1:1 Maple Street, Apt 1310
Registrant Street2:
Registrant Street3:
Registrant City:Redwood City
Registrant State/Province:
Registrant Postal Code:94063
Registrant Country:US
Registrant Phone:+1.6502005386
Registrant Phone Ext.:
Registrant FAX:
Registrant FAX Ext.:
Registrant Email:schacon@gmail.com
Admin ID:SCA5705995-GXTZ
Admin Name:Scott Chacon
Admin Street1:1 Maple Street, Apt 1310
Admin Street2:
Admin Street3:
Admin City:Redwood City
Admin State/Province:
Admin Postal Code:94063
Admin Country:US
Admin Phone:+1.6502005386
Admin Phone Ext.:
Admin FAX:
Admin FAX Ext.:
Admin Email:schacon@gmail.com
Tech ID:SCG5705994-NGRI
Tech Name:Scott Chacon
Tech Organization:GitHub
Tech Street1:1 Maple Street, Apt 1310
Tech Street2:
Tech Street3:
Tech City:Redwood City
Tech State/Province:
Tech Postal Code:94063
Tech Country:US
Tech Phone:+1.6502005386
Tech Phone Ext.:
Tech FAX:
Tech FAX Ext.:
Tech Email:schacon@gmail.com
Name Server:NS1.SLICEHOST.NET
Name Server:NS2.SLICEHOST.NET
Name Server:NS3.SLICEHOST.NET
AnneTheAgile commented 10 years ago

FYI, still not responding. I got the 404 from the reference from here; http://readwrite.com/2013/10/02/github-for-beginners-part-2

dionyziz commented 10 years ago

Still not responding.

matthewmccullough commented 10 years ago

I'll check with @schacon again to see what can be done. :smile:

schacon commented 10 years ago

Sorry, working on it now.

dionyziz commented 10 years ago

Seems to be up now, thanks! :)