Advertisement
Guest User

Cygwin + Git on WinXP(SP2)

a guest
Apr 20th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. How-To install Cygwin + Git on WinXP
  2. ====================================
  3.  
  4. 1. Download cygwin 2.874 setup file (http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/setup/snapshots/setup-x86-2.874.exe)
  5. 2. Create start.bat in same dir
  6.  
  7. === start.bat ===
  8. @echo off
  9. setup-x86-2.874.exe -X http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/2016/08/30/104223
  10. === start.bat ===
  11.  
  12. 3. Run start.bat
  13. 4. Add user url (http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/2016/08/30/104223)
  14. 5. Select Git package (2.8.3-1) for install
  15. 6. ???????
  16. 7. ENJOY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement