CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 12:12:18 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081206063827
location: https://web.archive.org/web/20081206063827/https://github.com/defunkt/github-gem/wikis/bugs
server-timing: captures_list;dur=0.527509, exclusion.robots;dur=0.019858, exclusion.robots.policy;dur=0.008984, esindex;dur=0.010528, cdx.remote;dur=29.469740, LoadShardBlock;dur=387.097292, PetaboxLoader3.datanode;dur=197.518177, PetaboxLoader3.resolve;dur=170.640737
x-app-server: wwwb-app224
x-ts: 302
x-tr: 444
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app224; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 31 Jul 2025 12:12:19 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 06 Dec 2008 06:38:27 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 2007ms
x-archive-orig-etag: "c4f03f2a0f9db4c6a57cc1160e14848d"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 12231
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 06 Dec 2008 06:38:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 06 Sep 2008 13:16:17 GMT", ; rel="prev memento"; datetime="Sat, 06 Sep 2008 13:16:17 GMT", ; rel="memento"; datetime="Sat, 06 Dec 2008 06:38:27 GMT", ; rel="next memento"; datetime="Fri, 22 May 2009 21:27:40 GMT", ; rel="last memento"; datetime="Fri, 22 May 2009 21:27:40 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_7_20081206040709_crawl109-c/51_7_20081206063340_crawl103.arc.gz
server-timing: captures_list;dur=0.697087, exclusion.robots;dur=0.025831, exclusion.robots.policy;dur=0.011465, esindex;dur=0.012964, cdx.remote;dur=11.464627, LoadShardBlock;dur=309.521845, PetaboxLoader3.datanode;dur=185.810184, PetaboxLoader3.resolve;dur=261.806229, load_resource;dur=179.929584
x-app-server: wwwb-app224
x-ts: 200
x-tr: 576
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Bugs — github-gem — GitHub
GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009! [ hide ]
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install defunkt-github
Description: | The official `github` command line helper for simplifying your GitHub experience. |
Bugs
techpeace: For anyone on OSX recieving the following error when issuing the github command:
techpeace@thea:~/github_techpeace$ github pull defunkt /opt/local/bin/github:19:in `load': no such file to load -- github (LoadError) from /opt/local/bin/github:19
... then all you need to do is reset permissions on the github executable:
techpeace@thea:~/github_techpeace$ sudo chmod a+r+w+x /opt/local/lib/ruby/gems/1.8/gems/defunkt-github-0.1.3/bin/github
NOTE: sudo chmod a+r /opt/local/lib/ruby/gems/1.8/gems/defunkt-github-0.1.3/bin/github
is all that is necessary. Don’t be needlessly permissive. (ReinH)
root@tchandy:/home/tchandy/Documents/# chmod a+r /usr/lib/ruby/gems/1.8/gems/defunkt-github-0.1.3/bin/githubshanesveller: github-gem 0.1.1 In a folder where a github URL is not the origin remote, the github command chokes and spits out:
lin-8szw:Documents shane$ github pull git://github.com/defunkt/github-gem.git
/Library/Ruby/Gems/1.8/gems/github-0.1.1/commands/helpers.rb:17:in `repo_for': undefined method `last' for nil:NilClass (NoMethodError)
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/commands/helpers.rb:21:in `project'
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/commands/helpers.rb:74:in `public_url_for'
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/commands/commands.rb:35:in `command'
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/bin/../lib/github/command.rb:12:in `send'
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/bin/../lib/github/command.rb:12:in `call'
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/bin/../lib/github.rb:47:in `invoke'
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/commands/commands.rb:41:in `command'
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/bin/../lib/github/command.rb:12:in `send'
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/bin/../lib/github/command.rb:12:in `call'
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/bin/../lib/github.rb:47:in `invoke'
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/bin/../lib/github.rb:41:in `activate'
from /Library/Ruby/Gems/1.8/gems/github-0.1.1/bin/github:5
from /usr/bin/github:19:in `load'
from /usr/bin/github:19
Last edited by tchandy, 3 months ago
Versions:
This feature is coming soon. Sit tight!