Skip to content

Instantly share code, notes, and snippets.

View grahamscott's full-sized avatar

Graham Scott grahamscott

  • Shopify
  • Brighton, UK
View GitHub Profile
@grahamscott
grahamscott / JetPack 0.9 Activate.bat for Python 2.7
Created October 25, 2010 07:25
JetPack 0.9 Activate.bat for Python 2.7
@echo off
set VIRTUAL_ENV=%CD%
set CUDDLEFISH_ROOT=%VIRTUAL_ENV%
SET WINCURVERKEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion
REG QUERY "%WINCURVERKEY%" /v "ProgramFilesDir (x86)" >nul 2>nul
if %ERRORLEVEL% EQU 0 (
SET WIN64=1
) else (
SET WIN64=0
$ git push joyent master
Password:
Password:
Password:
Permission denied (gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive).
fatal: The remote end hung up unexpectedly