CygwinPortable icon indicating copy to clipboard operation
CygwinPortable copied to clipboard

following commands works fine

Open Nancyeleanor opened this issue 2 years ago • 0 comments

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

Nancyeleanor avatar Mar 17 '23 07:03 Nancyeleanor