This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git push joyent master | |
Password: | |
Password: | |
Password: | |
Permission denied (gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive). | |
fatal: The remote end hung up unexpectedly |