CygwinPortable
CygwinPortable copied to clipboard
following commands works fine
This command git remote add origin git://github.com/ntmoe/CygwinPortable.git causes fatal error and fails
try this and works fine
$ cd / $ git init $ git config --global --unset https.proxy $ git remote add origin https://github.com/ntmoe/CygwinPortable.git $ git pull origin master