Git Extensions: Win32 error 487: Couldn’t reserve space for cygwin’s heap, Win32 error 0

Git Extensions: Everything was working fine until yesterday. But suddenly I am get this error when I try to pull some repositories using git extensions C:\Program Files\Git\bin\git.exe pull –progress “origin” Done 0 [main] us 0 init_cheap: VirtualAlloc pointer is null, Win32 error 487 AllocationBase 0x0, BaseAddress 0x68560000, RegionSize 0x390000, State 0x10000 C:\Program Files\Git\bin\sh.exe: *** Couldn’t … Read more

‘\r’: command not found – .bashrc / .bash_profile [duplicate]

This question already has answers here: running bash script in cygwin on windows 7 [duplicate] (2 answers) Are shell scripts sensitive to encoding and line endings? (14 answers) Closed 3 years ago. I have windows, using Cygwin, trying to set JAVA_HOME permanently through my .bashrc file. .bashrc: export PATH=”$JAVA_HOME/bin:$PATH” export JAVA_HOME=$JAVA_HOME:”/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_05″ .bash_profile: if … Read more