portabledevops

A portable devops tool set on windows, easy customization of cmder/console+msys2/cygwin. Background Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu. There are two version of cmder: cmder with own Git for Windows and cmdermini without …

ssh setup for github push

After reinstalled git, git push always asked Username and password even ssh key already deployed to github account. $ git push -u origin master Username for ‘https://github.com‘: if you type in user and password, for sure it is working but wonder why ssh key not working. ssh git test looks …